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/a2ui/type-aliases/ComponentInstance.md.
Lynx
  • English
  • genui / a2ui / ComponentInstance

    ComponentInstance

    type ComponentInstance: v0_9.AnyComponent & object;

    Type declaration

    __template?

    optional __template: object;

    Internal metadata for templated containers so we can re-expand on data model updates.

    __template.componentId

    componentId: v0_9.ComponentId;

    __template.path

    path: string;

    dataContextPath?

    optional dataContextPath: string;

    Absolute data context path for this component when created via a template. Used for resolving relative bindings inside the component tree.

    Defined in

    @lynx-js/genui/a2ui/src/store/types.ts:11

    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.