turbodombuilder - v0.9.22
    Preparing search index...

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

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

    Type Parameters

    Properties for configuring a Dropdown.