Lynx

genui / a2ui / GenericComponentProps

GenericComponentProps

Common runtime props passed to every catalog component by the renderer.

可索引

[key: string]: unknown

属性

dataContextPath?

optional dataContextPath: string;

定义于

@lynx-js/genui/a2ui/src/store/types.ts:95


id?

optional id: string;

定义于

@lynx-js/genui/a2ui/src/store/types.ts:91


sendAction()?

optional sendAction: (action: Record<string, unknown>) => void;

参数

范围类型
actionRecord<string, unknown>

返回

void

定义于

@lynx-js/genui/a2ui/src/store/types.ts:94


setValue()?

optional setValue: (key: string, value: unknown) => void;

参数

范围类型
keystring
valueunknown

返回

void

定义于

@lynx-js/genui/a2ui/src/store/types.ts:93


surface

surface: Surface;

定义于

@lynx-js/genui/a2ui/src/store/types.ts:92

除非另有说明,本项目采用知识共享署名 4.0 国际许可协议进行许可,代码示例采用 Apache License 2.0 许可协议进行许可。