@lcap/nasl-unified-frontend-generator > ComponentIR
ComponentIR type
组件声明
Signature:
type ComponentIR = {
identifier: IdentifierString;
stateContext: StateContextIR;
elements: ComponentInstanceIR[];
childComponents: ComponentIR[];
__raw: View;
};
References: IdentifierString, StateContextIR, ComponentInstanceIR, ComponentIR