types.ui.layout.IToolbarConfig - ZeMA-gGmbH/NoPE-JS GitHub Wiki

Interface: IToolbarConfig<D>

ui.layout.IToolbarConfig

An Interface to define a Windows-Like-Toolbar.

Type parameters

Name Type
D extends IMinProvidedDataSet

Properties

activeTab

Optional activeTab: string


tabs

tabs: Object

Index signature

▪ [index: string]: { disabled?: boolean ; hidden?: boolean ; menu: IMenubar<D> ; onActive?: (D: any) => Promise<boolean> ; onLeave?: (D: any) => Promise<boolean> ; text: string ; tooltip?: string }

⚠️ **GitHub.com Fallback** ⚠️