core/action/action.model.ts
An action is a global operation which you can add to the plus sign in the upper right corner
Properties |
| action |
action:
|
Type : function
|
| Optional |
|
Which action to trigger on click (optional) |
| disabled |
disabled:
|
Type : boolean
|
| Optional |
|
Is that action disabled. |
| icon |
icon:
|
Type : string
|
| Optional |
|
The icon to show on this action (optional) |
| label |
label:
|
Type : string
|
|
The label of the component (optional) |
| priority |
priority:
|
Type : number
|
| Optional |
|
Ordering of the actions (high number first) (optional) |
| template |
template:
|
Type : any
|
| Optional |
|
Angular template used for Content Projection (optional) |