CommandParam: Message<"moddef.v1.CommandParam"> & { field: string; mapping?: Mapping; required: boolean; storageType: StorageType; valueType?: ValueType;} Type declaration
field: string
Optionalmapping?: Mapping
required: boolean
OptionalvalueType?: ValueType
§11.7 Caller-supplied input to a command, with its own wire mapping.
requiredparams MUST be written by at least one WriteStep (MDE504).