Interface UISelection

interface UISelection {
    dropdowns: DropdownSelection[];
    elements: UIElements;
    facets: ContextFacetsSelectionState[];
    timeline: UITimeline;
}

Properties

dropdowns: DropdownSelection[]
elements: UIElements
timeline: UITimeline

Generated using TypeDoc