NominatedInput

constructor(key: String, kind: NominatedInputKind, displayName: String? = null, description: String? = null, unit: String? = null)(source)

Parameters

key

the control keyName ("elementName.propertyName") or the flattened RV-parameter key ("rvNameparamName")

kind

which family this input belongs to

displayName

optional human label

description

optional one-line description of what the input means

unit

optional unit of measure (e.g. "minutes", "servers")