Coda by Ian Macalinao
Preparing search index...
@macalinao/coda
InstructionByteDeltaNode
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
subtract?
value
with
Header
Properties
Readonly
kind
kind
:
"instructionByteDeltaNode"
Optional
Readonly
subtract
subtract
?:
boolean
Readonly
value
value
:
TValue
Readonly
with
Header
withHeader
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
kind
subtract
value
with
Header
Coda by Ian Macalinao
Loading...