Skip to main content

ISidebarTabConfig

geovisto-mapReadme | API


geovisto-map / ISidebarTabConfig

Type alias: ISidebarTabConfig

ISidebarTabConfig: IMapObjectConfig & object

This type provides specification of sidebar fragment config model.

Author

Jiri Hynek

Type declaration

checkButton?

optional checkButton: boolean

enabled?

optional enabled: boolean

fragments?

optional fragments: ISidebarFragmentConfig[]

icon?

optional icon: string

name?

optional name: string

tool?

optional tool: string

Source

tools/sidebar/model/types/tab/ISidebarTabConfig.ts:13