Reference - BaklavaJS
    Preparing search index...

    Interface IAdvancedSelectInterfaceItem<V>

    interface IAdvancedSelectInterfaceItem<V> {
        text: string;
        value: V;
    }

    Type Parameters

    • V
    Index

    Properties

    Properties

    text: string
    value: V