Home
last modified time | relevance | path

Searched refs:__getCustomProperty__ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_node/src/
H A Dindex.d.ts251 declare function __getCustomProperty__(nodeId: number, key: string): Object | undefined;
H A Dframe_node.ts477 let value = __getCustomProperty__(this._nodeId, key);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsXNode.js1133 let value = __getCustomProperty__(this._nodeId, key);
H A DarkComponent.js5046 function __getCustomProperty__(nodeId, key) { function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkComponent.ts5062 function __getCustomProperty__(nodeId: number, key: string): Object | undefined {