Interface JAppLayerTreeFilterState

interface JAppLayerTreeFilterState {
    active: boolean;
    exactlyMatchedTreeItemIds: JId[];
    expandedMatchedTreeItemIds: JId[];
    filters: JAppAnyLayerFilter[];
    isAddingFilter: boolean;
    layerIdsByFilterId: JAppLayerIdByFilterId;
    nameFilter: string;
}

Properties

active: boolean
exactlyMatchedTreeItemIds: JId[]
expandedMatchedTreeItemIds: JId[]
isAddingFilter: boolean
layerIdsByFilterId: JAppLayerIdByFilterId
nameFilter: string