Menu bar
TIBCO Cloud Menu Bar
Usage
This Component can be used by using the following HTML Tag:
<tc-tibco-cloud-menu-bar></tc-tibco-cloud-menu-bar>
Inputs
Attribute | Type | Comments |
---|---|---|
burgerMenuButtons | ToolbarButton[] | <tc-tibco-cloud-menu-bar> render a general menu bar |
headerText | string | Text shown in menu bar |
icon | string | icon name (svg key - needs to be registered) |
showHeader | boolean | |
toolbarButtons | ToolbarButton[] | buttons to display in the menu bar |
Outputs
Attribute | Type | Comments | |
---|---|---|---|
burgerMenuButtonEvent | EventEmitter |
||
Event | burgerMenuButtonEvent | Button Clicked | |
Payload | string | tells caller a button was clicked - outputs button Id | |
toolbarButtonEvent | EventEmitter |
||
Event | toolbarButtonEvent | Button Clicked | |
Payload | string | tells caller a button was clicked - outputs button Id |
full development Documentation