Parameter

class Parameter


A command parameter.

Summary

Public constructors

Parameter(param: Pair<Field, Any?>)

Create a Parameter instance.

Public properties

Pair<Field, Any?>

The parameter, composed of a parameter tag id string and value.

Public constructors

Parameter

Parameter(param: Pair<Field, Any?>)

Create a Parameter instance.

Public properties

param

val param: Pair<Field, Any?>

The parameter, composed of a parameter tag id string and value.