Lynx

genui / a2ui / useResolvedProps

useResolvedProps()

function useResolvedProps(
   properties: Record<string, unknown>, 
   surface: undefined | Surface, 
   dataContextPath?: string, 
   processor?: MessageProcessor, 
   functions?: readonly CatalogFunctionEntry[]): readonly [Record<string, unknown>, (key: string, value: unknown) => void]

Resolve a component's dynamic props and keep the result in sync with signal-backed data model changes.

Parameters

ParameterType
propertiesRecord<string, unknown>
surfaceundefined | Surface
dataContextPath?string
processor?MessageProcessor
functions?readonly CatalogFunctionEntry[]

Returns

readonly [Record<string, unknown>, (key: string, value: unknown) => void]

Defined in

@lynx-js/genui/a2ui/src/react/useDataBinding.ts:224

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.