EventName
public enum EventName : String
How an event_handler node is processed.
-
Undocumented
Declaration
Swift
case focus = "focus" -
Undocumented
Declaration
Swift
case input = "input" -
Undocumented
Declaration
Swift
case filled = "filled" -
Undocumented
Declaration
Swift
case validate = "validate" -
Undocumented
Declaration
Swift
case filledMultiple = "filled_multiple" -
Undocumented
Declaration
Swift
case generic = "generic" -
Undocumented
Declaration
Swift
case nomatch = "nomatch" -
Undocumented
Declaration
Swift
case nomatchResponsesDepleted = "nomatch_responses_depleted" -
Undocumented
Declaration
Swift
case digressionReturnPrompt = "digression_return_prompt"
View on GitHub
EventName Enumeration Reference