clik-engine API
    Preparing search index...

    Interface InteractableConfig

    interface InteractableConfig {
        cursor?: boolean;
        height?: number;
        width?: number;
    }
    Index

    Properties

    cursor?: boolean

    Cursor style on hover

    height?: number

    Hit area height

    width?: number

    Hit area width (defaults to entity bounds)