@metreeca/qest - v0.9.2
    Preparing search index...

    Type Alias Transform

    Value transform.

    type Transform = {
        name: Identifier;
        aggregate?: boolean;
        datatype?: "boolean" | "number" | "string";
    }
    Index

    Properties

    Transform name.

    aggregate?: boolean

    Whether the transform operates on collections (true) or individual values (false).

    datatype?: "boolean" | "number" | "string"

    Result type of the transform; when omitted, the transform preserves the input type.