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/interfaces/OpenUIState.md.
Lynx
  • English
  • genui / openui / OpenUIState

    OpenUIState

    Derived OpenUI renderer state returned by useOpenUIState.

    Properties

    contextValue

    contextValue: OpenUIContextValue;

    Defined in

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


    isQueryLoading

    isQueryLoading: boolean;

    Whether any Query is currently fetching data.

    Defined in

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


    parseResult

    parseResult: any;

    Raw parse result (AST nodes in props). Used by onParseResult callback.

    Defined in

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


    result

    result: any;

    Evaluated result (props resolved to concrete values). Used by Renderer.

    Defined in

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

    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.