src/modules/action-bar/components/action.intf.ts
Definition of an action to be used in an Stark Action Bar
Properties |
actionCall |
actionCall:
|
Type : Function
|
Function to be fired when action button is clicked |
icon |
icon:
|
Type : string
|
Path to SVG icon from iconSets to display inside the action button. Ex: "pencil" |
id |
id:
|
Type : string
|
The HTML id to be set to the action button |
isEnabled |
isEnabled:
|
Type : boolean
|
Whether the action button should be enabled for user interaction or not |
isVisible |
isVisible:
|
Type : boolean
|
Optional |
Whether the action button will be visible or not |
label |
label:
|
Type : string
|
Text to be displayed as label of the action button |