Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dextension_form_info.h27 struct ExtensionFormInfo { struct
29 bool isDefault = false;
30 bool updateEnabled = false;
32 bool isDynamic = true;
36 FormType type = FormType::JS;
39 std::string name;
40 std::string displayName;
41 std::string description;
42 std::string src;
43 FormWindow window;
[all …]