Type Alias CommandResult

CommandResult: Message<"moddef.v1.CommandResult"> & {
    enumRef?: EnumRef;
    field: string;
    from: string;
    valueType?: ValueType;
}

§11.7 One field of a command's result, sourced from a ReadStep binding (from names a ReadStep.into or a point_id read after the steps).

Type declaration

  • OptionalenumRef?: EnumRef

    from field: moddef.v1.EnumRef enum_ref = 4;

  • field: string

    from field: string field = 1;

  • from: string

    from field: string from = 2;

  • OptionalvalueType?: ValueType

    from field: moddef.v1.ValueType value_type = 3;

from message moddef.v1.CommandResult