Searched defs:ExtensionFormProfileInfo (Results 1 – 1 of 1) sorted by relevance
63 struct ExtensionFormProfileInfo { struct64 std::string name;65 std::string description;66 std::string src;67 Window window;68 std::string colorMode = "auto";69 std::string formConfigAbility;70 std::string type = "JS";71 std::string uiSyntax = "hml";72 bool formVisibleNotify = false;[all …]