Interface: LinkGroup
Defined in: src/serviceDesk/models/linkGroup.ts:5
Properties
groups?
ts
optional groups?: LinkGroup[];Defined in: src/serviceDesk/models/linkGroup.ts:6
header?
ts
optional header?: object;Defined in: src/serviceDesk/models/linkGroup.ts:7
Index Signature
ts
[key: string]: unknownhref?
ts
optional href?: string;iconClass?
ts
optional iconClass?: string;id?
ts
optional id?: string;label?
ts
optional label?: string;styleClass?
ts
optional styleClass?: string;title?
ts
optional title?: string;weight?
ts
optional weight?: number;id?
ts
optional id?: string;Defined in: src/serviceDesk/models/linkGroup.ts:8
links?
ts
optional links?: object[];Defined in: src/serviceDesk/models/linkGroup.ts:9
Index Signature
ts
[key: string]: unknownhref?
ts
optional href?: string;iconClass?
ts
optional iconClass?: string;id?
ts
optional id?: string;label?
ts
optional label?: string;styleClass?
ts
optional styleClass?: string;title?
ts
optional title?: string;weight?
ts
optional weight?: number;styleClass?
ts
optional styleClass?: string;Defined in: src/serviceDesk/models/linkGroup.ts:10
weight?
ts
optional weight?: number;Defined in: src/serviceDesk/models/linkGroup.ts:11