Interface: UICustomizationDto
@kortexya/reasoninglayer / Conversation / UICustomizationDto
Interface: UICustomizationDto
Defined in: src/types/conversation.ts:103
UI customization detected from a conversation response.
Properties
customizationType
customizationType:
string
Defined in: src/types/conversation.ts:105
Type of customization.
params?
optionalparams:object|null
Defined in: src/types/conversation.ts:113
Additional params (label, column name, style values, etc.).
propsOverride?
optionalpropsOverride:object|null
Defined in: src/types/conversation.ts:111
Props to override on an existing component.
targetPath?
optionaltargetPath:string|null
Defined in: src/types/conversation.ts:107
JSONPath-style target for modifications.
targetSlot?
optionaltargetSlot:string|null
Defined in: src/types/conversation.ts:109
Target slot for component additions/removals.