core/action/action.model.ts
Properties |
action |
action:
|
Type : function
|
Which action to trigger on click |
component |
component:
|
Type : never
|
Optional |
icon |
icon:
|
Type : string
|
Optional |
The icon to show on this action (optional) |
label |
label:
|
Type : string
|
The label of the action, [[ActionWithLabelAndFunction]] actions are combined in a "add"-button dropdown. |
template |
template:
|
Type : never
|
Optional |