Searched defs:customComponentMap (Results 1 – 4 of 4) sorted by relevance
/third_party/jsframework/test/ut/model/ |
D | index.ts | 52 const customComponentMap: any = {}; constant 84 const page = {doc, customComponentMap, options}; constant 201 const app = { doc, customComponentMap, differ, options }; constant 224 const app = { doc, customComponentMap, differ, options }; constant
|
/third_party/jsframework/runtime/main/page/ |
D | Page.ts | 134 get customComponentMap() { method in Page 138 set customComponentMap(customComponentMap: object) { method in Page
|
D | register.ts | 217 const { customComponentMap } = app; constant
|
/third_party/jsframework/test/ut/app/ |
D | bundle.ts | 64 const page = { doc, customComponentMap: {}, options }; constant
|