Coda by Ian Macalinao
    Preparing search index...

    Interface InstructionByteDeltaNode<TValue>

    interface InstructionByteDeltaNode<
        TValue extends
            InstructionByteDeltaNodeValue = InstructionByteDeltaNodeValue,
    > {
        kind: "instructionByteDeltaNode";
        subtract?: boolean;
        value: TValue;
        withHeader: boolean;
    }

    Type Parameters

    • TValue extends InstructionByteDeltaNodeValue = InstructionByteDeltaNodeValue
    Index

    Properties

    kind: "instructionByteDeltaNode"
    subtract?: boolean
    value: TValue
    withHeader: boolean