Interface UISelection

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

Properties

dropdowns: null | DropdownSelection[]
elements: null | UIElements
timeline: null | UITimeline

Generated using TypeDoc