The "nop" operation is a no-op operation, which is used to pad the patch; it consumes the specified number of logical clock timestamps, but does not perform any other side-effects.

interface JsonCodecNopOperation {
    len?: number;
    op: "nop";
}

Hierarchy (view full)

Properties

Properties

len?: number

Defaults to 1, if omitted.

op: "nop"

Mnemonic.