For AI agents: the complete documentation index is available at /next/llms.txt, the full documentation bundle is available at /next/llms-full.txt, and this page is available as Markdown at /next/api/genui/a2ui/functions/useResolvedProps.md.
Lynx
  • English
  • 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.