Interface ContextFacetsSelectionState

interface ContextFacetsSelectionState {
    context: string;
    state: ReportFacetsSelection;
}

Properties

Properties

context: string

Generated using TypeDoc