Searched refs:getCustomProperty (Results 1 – 12 of 12) sorted by relevance
62 const property = node.getCustomProperty(key);
59 const property = node.getCustomProperty(key);
204 …impl->getNodeModifiers()->getFrameNodeModifier()->getCustomProperty(node->uiNodeHandle, name, &val… in OH_ArkUI_NodeUtils_GetCustomProperty()
641 …eference/apis-arkui/js-apis-arkui-frameNode.md#getinspectorinfo12),[getCustomProperty](../referenc…1038 Button("getCustomProperty")1045 const property = node.getCustomProperty("key1");
1325 …auto getCustomProperty = global->Get(vm, panda::StringRef::NewFromUtf8(vm, "__getCustomPropertyStr… in ParseGetFunc() local1326 if (getCustomProperty->IsUndefined() || !getCustomProperty->IsFunction(vm)) { in ParseGetFunc()1329 auto obj = getCustomProperty->ToObject(vm); in ParseGetFunc()
641 …ference/apis-arkui/js-apis-arkui-frameNode.md#getinspectorinfo12), [getCustomProperty](../referenc…1038 Button("getCustomProperty")1045 const property = node.getCustomProperty("key1");
473 getCustomProperty(key: string): Object | undefined {
735 ### getCustomProperty<sup>12+</sup>737 getCustomProperty(name: string): Object | undefined3527 Button("getCustomProperty")3536 const property = node.getCustomProperty(key);
735 ### getCustomProperty<sup>12+</sup>737 getCustomProperty(name: string): Object | undefined3073 Button("getCustomProperty")3082 const property = node.getCustomProperty(key);
1129 getCustomProperty(key) { method in FrameNode
10682 …auto getCustomProperty = global->Get(vm, panda::StringRef::NewFromUtf8(vm, "__getCustomPropertyStr… in ParseJsGetFunc() local10683 if (getCustomProperty->IsUndefined() || !getCustomProperty->IsFunction(vm)) { in ParseJsGetFunc()10686 auto obj = getCustomProperty->ToObject(vm); in ParseJsGetFunc()
4836 void (*getCustomProperty)(ArkUINodeHandle node, ArkUI_CharPtr key, char** value); member