Type Alias ControllerOptions

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