core/action-bar/action-bar.model.ts
Properties |
|
groupId |
groupId:
|
Type : string
|
Optional |
Identifying this action bar item belongs to a certain group and should only be shown once. |
inGroupPriority |
inGroupPriority:
|
Type : number
|
Optional |
If action bar items has the same groupId, only one is displayed. Action bar item with the same groupId that has highest inGroupPriority is displayed. |
injector |
injector:
|
Type : Injector
|
Optional |
The injector to use. If not set, the default root injector will be used. |
placement |
placement:
|
Type : "left" | "right" | "more"
|
The placement of the item. |
priority |
priority:
|
Type : number
|
Optional |
Ordering of the actions (high number first) |