Type

enum Type : Enum<StringArgument.Type>

The type of argument input.

Entries

PHRASE
Link copied to clipboard

All text.

PHRASE_QUOTED
Link copied to clipboard

Sentences and words that contain spaces enclosed in double quotes.

WORD
Link copied to clipboard

A person word that does not put a space in between.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int