Home
last modified time | relevance | path

Searched defs:PropertyInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.h37 struct PropertyInfo { struct
38 const std::string propertyName;
39 bool isNecessary = false;
40 napi_valuetype propertyType = napi_undefined;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_node.h339 enum class PropertyInfo { enum