CallioText API Reference - v0.0.22
    Preparing search index...

    Interface PreprocessInformation<NodeType>

    在预处理阶段可以访问的信息。

    interface PreprocessInformation<NodeType = Node> {
        context: Context;
        env: Env;
        node: Readonly<NodeType>;
        parameters: Readonly<ProcessedParameterList>;
    }

    Type Parameters

    Index
    context: Context
    env: Env
    node: Readonly<NodeType>
    parameters: Readonly<ProcessedParameterList>