Lynx

genui / a2ui / GenericComponentProps

GenericComponentProps

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

Indexable

[key: string]: unknown

Properties

dataContextPath?

optional dataContextPath: string;

Defined in

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


id?

optional id: string;

Defined in

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


sendAction()?

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

Parameters

ParameterType
actionRecord<string, unknown>

Returns

void

Defined in

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


setValue()?

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

Parameters

ParameterType
keystring
valueunknown

Returns

void

Defined in

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


surface

surface: Surface;

Defined in

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

Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.