这是开发预览网站。请访问正式文档 lynxjs.org

Home > @lynx-js/genui > ComponentInstance

ComponentInstance type

Signature:

export type ComponentInstance = v0_9.AnyComponent & {
    dataContextPath?: string;
    __template?: {
        componentId: v0_9.ComponentId;
        path: string;
    };
};