Home
last modified time | relevance | path

Searched defs:customComponentMap (Results 1 – 4 of 4) sorted by relevance

/third_party/jsframework/test/ut/model/
Dindex.ts52 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/
DPage.ts134 get customComponentMap() { method in Page
138 set customComponentMap(customComponentMap: object) { method in Page
Dregister.ts217 const { customComponentMap } = app; constant
/third_party/jsframework/test/ut/app/
Dbundle.ts64 const page = { doc, customComponentMap: {}, options }; constant