@lcap/nasl-unified-frontend-generator > NASLAppIR
NASLAppIR type
组件 IR
Signature:
type NASLAppIR = {
views: ComponentIR[];
apis: LogicIR[];
packages: Package[];
baseCtx: StateContextIR;
configs: {
basePlatformConfig: BasePlatformConfig;
config: CommonAppConfig;
events: BindEventIR[];
metaData: LegacyMetaData;
globalVariables: FrontendVariable[];
};
};
References: ComponentIR, LogicIR, Package, StateContextIR, BasePlatformConfig, CommonAppConfig, BindEventIR, LegacyMetaData