interface ToolbarState {
    filterInfo: FilterInfo;
    isManagedToggleExpanded: boolean;
    ouiaStateId: string;
    windowWidth: number;
}

Properties

filterInfo: FilterInfo

Object managing information about how many chips are in each chip group

isManagedToggleExpanded: boolean

Flag used if the user has opted NOT to manage the 'isExpanded' state of the toggle group. Indicates whether or not the toggle group is expanded.

ouiaStateId: string
windowWidth: number

Used to keep track of window width so we can collapse expanded content when window is resizing