@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/api
tsc
Visitor
Type Alias Visitor<TIn, TOut>
Visitor
:
(
node
:
TIn
)
=>
VisitResult
<
TOut
>
A function that accepts and possibly transforms a node.
Type Parameters
TIn
extends
tsc
.
Node
=
tsc
.
Node
TOut
extends
tsc
.
Node
|
undefined
=
TIn
|
undefined
Type Declaration
(
node
:
TIn
)
:
VisitResult
<
TOut
>
Parameters
node
:
TIn
Returns
VisitResult
<
TOut
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@servicenow/sdk - v4.4.1
Loading...
A function that accepts and possibly transforms a node.