@haiix/tcomponent
    Preparing search index...

    Interface ParsedComponent

    The interface that aggregates the parsing results of templates and subcomponents.

    interface ParsedComponent {
        ns?: string;
        template: TNode;
        uses: Record<string, typeof AbstractComponent>;
    }
    Index

    Properties

    Properties

    ns?: string
    template: TNode
    uses: Record<string, typeof AbstractComponent>