File

projects/make-a-vis/src/lib/mav-selection/shared/store/state.ts

Description

Graphic-variable-group panel state type

Index

Properties

Properties

gsId
gsId: string
Type : string
streamId
streamId: string
Type : string
export interface GVGroupPanelState {
  gsId: string;
  streamId: string;
}

/**
 * Mav selection state type
 */
export interface MavSelectionState {
  gvPanelOpen: boolean;
  openedGVGroups: GVGroupPanelState[];
  advanced: boolean;
}

/**
 * initial MavSelectionState
 */
export const initialMavSelectionState: MavSelectionState = {
  gvPanelOpen: false,
  openedGVGroups: [],
  advanced: false
};

result-matching ""

    No results matching ""