Searched defs:Forms (Results 1 – 1 of 1) sorted by relevance
209 struct Forms { struct210 std::string name;211 std::string description;212 uint32_t descriptionId = 0;213 bool isDefault = false;214 std::string type;215 std::string src;216 Window window;222 bool updateEnabled = false;225 std::string deepLink;[all …]