Skip to content

Interface: UIDescriptorDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / UI / UIDescriptorDto

Interface: UIDescriptorDto

Defined in: src/types/ui.ts:123

UI descriptor tree node (recursive).

Properties

actions?

optional actions: UIActionDto[]

Defined in: src/types/ui.ts:124


bindingPath?

optional bindingPath: string

Defined in: src/types/ui.ts:125


children?

optional children: UIDescriptorDto[]

Defined in: src/types/ui.ts:126


initialValues?

optional initialValues: 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?

optional slotId: string

Defined in: src/types/ui.ts:130


sort

sort: string

Defined in: src/types/ui.ts:131


validationRules?

optional validationRules: ValidationRuleDto[]

Defined in: src/types/ui.ts:132