DigressOutSlots
public enum DigressOutSlots : String
Whether the user can digress to top-level nodes while filling out slots.
-
Undocumented
Declaration
Swift
case notAllowed = "not_allowed"
-
Undocumented
Declaration
Swift
case allowReturning = "allow_returning"
-
Undocumented
Declaration
Swift
case allowAll = "allow_all"