CallioText API Reference - v0.0.22
文档首页 / Docs Home
Preparing search index...
PrinterExitFunction
Type Alias PrinterExitFunction<NodeType>
PrinterExitFunction
:
(
node
:
Readonly
<
NodeType
>
,
path
:
Readonly
<
number
[]
>
,
parameters
:
Readonly
<
ProcessedParameterList
>
,
env_draft
:
Env
,
context_draft
:
Context
,
)
=>
[
cache_result
:
PrinterCacheItem
,
finished
:
boolean
]
离开时操作。 注意,这操作应是原地操作。
Type Parameters
NodeType
extends
Node
=
Node
Type Declaration
(
node
:
Readonly
<
NodeType
>
,
path
:
Readonly
<
number
[]
>
,
parameters
:
Readonly
<
ProcessedParameterList
>
,
env_draft
:
Env
,
context_draft
:
Context
,
)
:
[
cache_result
:
PrinterCacheItem
,
finished
:
boolean
]
Parameters
node
:
Readonly
<
NodeType
>
path
:
Readonly
<
number
[]
>
parameters
:
Readonly
<
ProcessedParameterList
>
env_draft
:
Env
context_draft
:
Context
Returns
[
cache_result
:
PrinterCacheItem
,
finished
:
boolean
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
文档首页 / Docs Home
CallioText API Reference - v0.0.22
Loading...
离开时操作。 注意,这操作应是原地操作。