turbodombuilder - v0.9.66
    Preparing search index...

    Type Alias TurboDropdownProperties<ValueType, SecondaryValueType, EntryType, ViewType, DataType, ModelType, EmitterType>

    TurboDropdownProperties: TurboSelectElementProperties<
        ValueType,
        SecondaryValueType,
        EntryType,
        ViewType,
        DataType,
        ModelType,
        EmitterType,
    > & {
        selector?: string
        | HTMLElement;
        popup?: HTMLElement;
        selectorTag?: HTMLTag;
        selectorClasses?: string | string[];
        popupClasses?: string | string[];
    }

    Type Parameters

    Properties for configuring a Dropdown.