Skip to main content
Version: 3.8

FrontendLibrary 前端库

前端依赖库

1. 结构声明

class FrontendLibrary extends BaseNode {
name: 'pc' | 'h5' = 'pc';
type: 'pc' | 'h5';
frameworkKind: 'react' | 'vue2' = 'vue2';
logics: Array<Logic>;
viewComponents: Array<ViewComponentDeclaration | ViewComponent>;
}