CallioText API Reference - v0.0.22
文档首页 / Docs Home
Preparing search index...
PreprocessFunction
Type Alias PreprocessFunction<NodeType, ReturnType>
PreprocessFunction
:
(
info
:
PreprocessInformation
<
NodeType
>
)
=>
ReturnType
在预处理阶段用于提供任何一个信息的函数。
Type Parameters
NodeType
=
Node
ReturnType
=
any
Type Declaration
(
info
:
PreprocessInformation
<
NodeType
>
)
:
ReturnType
Parameters
info
:
PreprocessInformation
<
NodeType
>
Returns
ReturnType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
文档首页 / Docs Home
CallioText API Reference - v0.0.22
Loading...
在预处理阶段用于提供任何一个信息的函数。