Type aliases
CommonTemplateState
Common
Template
State
: { capabilities
: IViewerCapabilities; dispatch
: Dispatch<any>; isResizing
: boolean; locale
: string; showLegend
: boolean; showSelection
: boolean; showTaskPane
: boolean; onActiveElementChanged
: any; onDragEnd
: any; onDragStart
: any; onSplitterChanged
: any; setIsResizing
: any }Type declaration
dispatch: Dispatch<any>
isResizing: boolean
locale: string
showLegend: boolean
showSelection: boolean
showTaskPane: boolean
onActiveElementChanged:function
- onActiveElementChanged(id: "TaskPane" | "Legend" | "Selection"): void
Parameters
id: "TaskPane" | "Legend" | "Selection"
Returns void
onDragEnd:function
onDragStart:function
onSplitterChanged:function
- onSplitterChanged(): void
setIsResizing:function
- setIsResizing(flag: boolean): void