projects/aoc-client/ui/common/types/aoc-ui-data.ts
Properties |
command |
command:
|
Type : function
|
Optional |
disabled |
disabled:
|
Type : boolean
|
Optional |
icon |
icon:
|
Type : string
|
Optional |
items |
items:
|
Type : AocUiDataMenuItem[]
|
Optional |
label |
label:
|
Type : string
|
Optional |
routerLink |
routerLink:
|
Type : any
|
Optional |
type |
type:
|
Type : "separator" | "more"
|
Optional |
visible |
visible:
|
Type : boolean
|
Optional |