Polyglot SQL API Documentation - v0.1.0
GitHub
npm
Preparing search index...
ast
VisitorCallback
Type Alias VisitorCallback<T>
VisitorCallback
:
(
node
:
Expression
,
parent
:
Expression
|
null
,
key
:
string
|
null
,
index
:
number
|
null
,
)
=>
T
Visitor callback function type
Type Parameters
T
=
void
Type Declaration
(
node
:
Expression
,
parent
:
Expression
|
null
,
key
:
string
|
null
,
index
:
number
|
null
,
)
:
T
Parameters
node
:
Expression
parent
:
Expression
|
null
key
:
string
|
null
index
:
number
|
null
Returns
T
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
Polyglot SQL API Documentation - v0.1.0
Loading...
Visitor callback function type