External module "components/context"
Variables
Const AppContext
App
Context: Context<IApplicationContext> = React.createContext<IApplicationContext>({allowHtmlValuesInSelection: () => false,getHTMLCleaner: () => v => v})
Const LegendContext
Legend
Context: 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
Toolbar
Context: Context<IToolbarContext> = React.createContext<IToolbarContext>({openFlyout: VOID_NOOP,closeFlyout: VOID_NOOP,openComponent: VOID_NOOP,closeComponent: VOID_NOOP})