ISidebarFragmentInitProps
geovisto-map / ISidebarFragmentInitProps
Type alias: ISidebarFragmentInitProps\<TConfig, TTool>
ISidebarFragmentInitProps\<
TConfig
,TTool
>:IMapObjectInitProps
\<TConfig
> &object
This type provides the specification of the sidebar fragment props model used in its initialization.
Author
Jiri Hynek
Type declaration
sidebarTab
sidebarTab:
ISidebarTab
tool
tool:
TTool
Type parameters
• TConfig extends ISidebarFragmentConfig
= ISidebarFragmentConfig
• TTool extends IMapTool
& IMapFormControl
= IMapTool
& IMapFormControl
Source
tools/sidebar/model/types/fragment/ISidebarFragmentProps.ts:26