Optional
optionRef
optionRef?: {
id?: string;
inherit?:
| "name"
| (string | {})[]
| "label"
| "value";
sourceId?: string;
}
Optional
showInAddChild
showInAddChild?: boolean
Optional
showInReconfigure
showInReconfigure?: boolean
type
type: "LINKED_OPTION"
Optional
value
value?: {
ref: {
componentId: string;
optionId: string;
};
}