Interface ISelectionConfig<T>

The complete Config of the Selection interface

Type Parameters

  • T

Hierarchy

  • ISelectionConfig

Properties

Properties

elements: {
    [index: string]: {
        id: string;
        items: (ISelectionTemplate<T> | ISelectionGroup<T>)[];
        label: string;
    };
}

Type declaration

favorites: ISelectionTemplate<T>[]

Generated using TypeDoc