@vcmap/core
    Preparing search index...

    Type Alias ControllerOptions

    type ControllerOptions = {
        id: string;
        inputThreshold?: number;
        scales?: ControllerInput;
    }
    Index

    Properties

    id: string
    inputThreshold?: number