Skip to main content

ISidebarTabProps

geovisto-mapReadme | API


geovisto-map / ISidebarTabProps

Type alias: ISidebarTabProps

ISidebarTabProps: IMapObjectProps & object

This type provides specification of the sidebar tab props model.

Author

Jiri Hynek

Type declaration

checkButton?

optional checkButton: boolean

enabled?

optional enabled: boolean

fragments?

optional fragments: [string, ISidebarFragment][]

icon?

optional icon: string

name?

optional name: string

Source

tools/sidebar/model/types/tab/ISidebarTabProps.ts:17