For AI agents: the complete documentation index is available at /zh/llms.txt, the full documentation bundle is available at /zh/llms-full.txt, and this page is available as Markdown at /zh/api/genui/openui/interfaces/OpenUIState.md.
Lynx
  • 简体中文
  • genui / openui / OpenUIState

    OpenUIState

    Derived OpenUI renderer state returned by useOpenUIState.

    属性

    contextValue

    contextValue: OpenUIContextValue;

    定义于

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


    isQueryLoading

    isQueryLoading: boolean;

    Whether any Query is currently fetching data.

    定义于

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


    parseResult

    parseResult: any;

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

    定义于

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


    result

    result: any;

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

    定义于

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

    除非另有说明,本项目采用知识共享署名 4.0 国际许可协议进行许可,代码示例采用 Apache License 2.0 许可协议进行许可。