We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
public enum OptionType { String = 0, StringArray = 1, Int = 2, Switch = 3, Path = 4, Uri = 5 }
A Dynamic Option can specify the expected type of value
String
StringArray
Int
Switch
true
Path
Uri