Searched defs:ExtensionFormProfileInfo (Results 1 – 1 of 1) sorted by relevance
70 struct ExtensionFormProfileInfo { struct71 std::string name;72 std::string displayName;73 std::string description;74 std::string src;75 Window window;76 std::string colorMode = "auto";77 std::string formConfigAbility;78 std::string type = "JS";79 std::string uiSyntax = "hml";[all …]