turbodombuilder - v0.9.48
    Preparing search index...

    Type Alias TurboInteractorProperties<ElementType, ViewType, ModelType, EmitterType>

    TurboInteractorProperties: TurboControllerProperties<
        ElementType,
        ViewType,
        ModelType,
        EmitterType,
    > & {
        manager?: TurboEventManager;
        toolName?: string;
        target?: Node;
        listenerOptions?: ListenerOptions;
    }

    Type Parameters

    Options used to create a new TurboInteractor attached to an element.