Interface: UIDescriptorDto
@kortexya/reasoninglayer / UI / UIDescriptorDto
Interface: UIDescriptorDto
Defined in: src/types/ui.ts:123
UI descriptor tree node (recursive).
Properties
actions?
optionalactions:UIActionDto[]
Defined in: src/types/ui.ts:124
bindingPath?
optionalbindingPath:string
Defined in: src/types/ui.ts:125
children?
optionalchildren:UIDescriptorDto[]
Defined in: src/types/ui.ts:126
initialValues?
optionalinitialValues:object
Defined in: src/types/ui.ts:127
priority
priority:
number
Defined in: src/types/ui.ts:128
props
props:
object
Defined in: src/types/ui.ts:129
slotId?
optionalslotId:string
Defined in: src/types/ui.ts:130
sort
sort:
string
Defined in: src/types/ui.ts:131
validationRules?
optionalvalidationRules:ValidationRuleDto[]
Defined in: src/types/ui.ts:132