Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "components/context"

Index

Variables

Const AppContext

AppContext: Context<IApplicationContext> = React.createContext<IApplicationContext>({allowHtmlValuesInSelection: () => false,getHTMLCleaner: () => v => v})

Const LegendContext

LegendContext: Context<ILegendContext> = React.createContext<ILegendContext>({isFiltering: () => false,getFilterText: () => STR_EMPTY,getLocale: () => DEFAULT_LOCALE,getBaseIconSize: () => 0,getIconMimeType: () => STR_EMPTY,getChildren: () => [],getCurrentScale: () => -1,getTree: VOID_NOOP,getLayerVisibility: () => false,getGroupVisibility: () => false,setGroupVisibility: VOID_NOOP,setLayerVisibility: VOID_NOOP,getLayerSelectability: () => false,setLayerSelectability: () => false,getGroupExpanded: () => false,setGroupExpanded: VOID_NOOP,getLayerExpanded: () => false,setLayerExpanded: VOID_NOOP,})

Const ToolbarContext

ToolbarContext: Context<IToolbarContext> = React.createContext<IToolbarContext>({openFlyout: VOID_NOOP,closeFlyout: VOID_NOOP,openComponent: VOID_NOOP,closeComponent: VOID_NOOP})

Generated using TypeDoc