Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
Dextension_form_info.h27 struct ExtensionFormInfo { struct
28 std::string name;
29 std::string description;
30 std::string src;
31 FormWindow window;
32 FormsColorMode colorMode = FormsColorMode::AUTO_MODE;
33 std::string formConfigAbility;
34 FormType type = FormType::JS;
35 FormType uiSyntax = FormType::JS;
36 bool formVisibleNotify = false;
[all …]