core/action/action.model.ts
Properties |
action |
action:
|
Type : never
|
Optional |
component |
component:
|
Type : never
|
Optional |
icon |
icon:
|
Type : string
|
Optional |
The icon to show on this action (optional) |
label |
label:
|
Type : never
|
Optional |
template |
template:
|
Type : any
|
A template that should be rendered as the action. [[ActionWithTemplate]] actions are combined in a "add"-button dropdown. Note: As a Action is rendered in a li[customExtension]
(see: https://stackoverflow.com/a/56887630/923270 or
https://stackoverflow.com/a/38716164/923270)
|