Searched refs:__setValidCustomProperty__ (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkComponent.ts | 3104 __setValidCustomProperty__(nodeId, this.value.key, this.value.value); 5033 function __setValidCustomProperty__(nodeId: number, key: string, value: Object): void { 5088 __setValidCustomProperty__(nodeId, key, value);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 2938 __setValidCustomProperty__(nodeId, this.value.key, this.value.value); 5017 function __setValidCustomProperty__(nodeId, key, value) { function 5072 __setValidCustomProperty__(nodeId, key, value);
|