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