Lynx

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.