Skip to main content

@lcap/nasl-unified-frontend-generator > ComponentInstanceIR

ComponentInstanceIR type

组件调用

Signature:

type ComponentInstanceIR = {
component: ReferencedComponent;
attrs: BindAttributeIR[];
directives: BindDirectiveIR[];
events: BindEventIR[];
children: ComponentInstanceIR[];
__raw: ViewElement;
slot: {
target: string | undefined;
scope: string | undefined;
};
};

References: ReferencedComponent, BindAttributeIR, BindDirectiveIR, BindEventIR, ComponentInstanceIR