turbodombuilder - v0.9.22
    Preparing search index...

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

    TurboSubstrateProperties: TurboControllerProperties<
        ElementType,
        ViewType,
        ModelType,
        EmitterType,
    > & {
        substrateName?: string;
        onActivate?: () => void;
        onDeactivate?: () => void;
    }

    Type Parameters

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