Coda by Ian Macalinao
Preparing search index...
@macalinao/coda
instructionArgumentLinkNode
Function instructionArgumentLinkNode
instructionArgumentLinkNode
<
const
TInstruction
extends
InstructionLinkNode
<
ProgramLinkNode
|
undefined
>
|
undefined
=
undefined
,
>
(
name
:
string
,
instruction
?:
string
|
TInstruction
,
)
:
InstructionArgumentLinkNode
<
TInstruction
>
A reference to an argument of another instruction.
Type Parameters
const
TInstruction
extends
InstructionLinkNode
<
ProgramLinkNode
|
undefined
>
|
undefined
=
undefined
Parameters
name
:
string
Optional
instruction
:
string
|
TInstruction
Returns
InstructionArgumentLinkNode
<
TInstruction
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Coda by Ian Macalinao
Loading...
A reference to an argument of another instruction.