projects/m2-core/src/lib/model/system/portal/extension-point/btn-panel/PanelBtnContext.ts
Communication object between base app and plugin's btn. Changes in its properties are reflected in btn.
Properties |
|
| editModeON |
editModeON:
|
Type : boolean
|
| Optional |
| selectedRows |
selectedRows:
|
Type : R[]
|
| Optional |
| tableElementId |
tableElementId:
|
Type : number
|
| Optional |
| tableId |
tableId:
|
Type : number
|
| Optional |
| treeElementId |
treeElementId:
|
Type : number
|
| Optional |
| treeElementPathIdsSet |
treeElementPathIdsSet:
|
Type : Set<number>
|
| Optional |
| viewContainerRef |
viewContainerRef:
|
Type : ViewContainerRef
|