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