Coda by Ian Macalinao
Preparing search index...
@macalinao/coda
InstructionArgumentLinkNode
Interface InstructionArgumentLinkNode<TInstruction>
interface
InstructionArgumentLinkNode
<
TInstruction
extends
InstructionLinkNode
|
undefined
=
InstructionLinkNode
|
undefined
,
>
{
instruction
?:
TInstruction
;
kind
:
"instructionArgumentLinkNode"
;
name
:
CamelCaseString
;
}
Type Parameters
TInstruction
extends
InstructionLinkNode
|
undefined
=
InstructionLinkNode
|
undefined
Index
Properties
instruction?
kind
name
Properties
Optional
Readonly
instruction
instruction
?:
TInstruction
Readonly
kind
kind
:
"instructionArgumentLinkNode"
Readonly
name
name
:
CamelCaseString
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
instruction
kind
name
Coda by Ian Macalinao
Loading...