Coda by Ian Macalinao
Preparing search index...
@macalinao/coda
VisitorOverrideFunction
Type Alias VisitorOverrideFunction<TReturn, TNodeKind, TNode>
VisitorOverrideFunction
:
(
node
:
TNode
,
scope
:
{
next
:
(
node
:
TNode
)
=>
TReturn
;
self
:
Visitor
<
TReturn
,
TNodeKind
>
;
}
,
)
=>
TReturn
Type Parameters
TReturn
TNodeKind
extends
NodeKind
TNode
extends
Node
Type Declaration
(
node
:
TNode
,
scope
:
{
next
:
(
node
:
TNode
)
=>
TReturn
;
self
:
Visitor
<
TReturn
,
TNodeKind
>
;
}
,
)
:
TReturn
Parameters
node
:
TNode
scope
:
{
next
:
(
node
:
TNode
)
=>
TReturn
;
self
:
Visitor
<
TReturn
,
TNodeKind
>
}
Returns
TReturn
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Coda by Ian Macalinao
Loading...