For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /api/genui/openui/functions/useOpenUIState.md.
Lynx
  • English
  • genui / openui / useOpenUIState

    useOpenUIState()

    function useOpenUIState(__namedParameters: UseOpenUIStateOptions, renderDeep: (value: unknown) => ReactNode): OpenUIState

    Core state hook — extracts all form state, action handling, parser management, and context assembly out of the Renderer component.

    Store holds everything: $bindings as top-level keys, form fields nested under formName as plain values.

    Parameters

    ParameterType
    __namedParametersUseOpenUIStateOptions
    renderDeep(value: unknown) => ReactNode

    Returns

    OpenUIState

    Defined in

    @lynx-js/genui/openui/src/core/hooks/useOpenUIState.ts:118

    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.