turbodombuilder - v0.9.48
    Preparing search index...

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

    TurboSelectElementProperties: TurboElementProperties<
        ViewType,
        DataType,
        ModelType,
        EmitterType,
    > & TurboSelectProperties<ValueType, SecondaryValueType, EntryType> & {
        customEntriesClasses?: string | string[];
        customSelectedEntriesClasses?: string | string[];
    }

    Type Parameters

    Properties for configuring a Dropdown.