core/action-bar/action-bar.model.ts
An action bar item is a action in scope of a current route of the application.
Properties |
| placement |
placement:
|
Type : "left" | "right" | "more"
|
|
The placement of the item. |
| priority |
priority:
|
Type : number
|
|
Ordering of the actions (high number first) |
| template |
template:
|
Type : any
|
|
Angular template used for Content Projection |