Searched defs:ExtensionFormInfo (Results 1 – 1 of 1) sorted by relevance
27 struct ExtensionFormInfo { struct28 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 …]