Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Mandarine.MandarineCore.ComponentMetadataContext

import type { Mandarine } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/main-core/Mandarine.ns.ts"; 

const { ComponentMetadataContext } = Mandarine.MandarineCore;

Contains the metadata information of the component. This information is initialized when a component decorator is used

interface ComponentMetadataContext {
componentConfiguration?: any;
componentInstance: any;
componentName: string;
componentType: ComponentTypes;
}

§Properties

§
componentConfiguration?: any
[src]
§
componentInstance: any
[src]
§
componentName: string
[src]
§
componentType: ComponentTypes
[src]