Metreeca Keep
    Preparing search index...

    The retrieval requested at a node of a flake.

    Pairs the requested template fragment with the projection alias a query binds to it, if any. The fragment shape and the presence of an alias jointly classify the node: use isModelBranch / isQueryBranch to split a plain retrieval, isProbeBranch to pick out a projected one.

    type Drain = {
        alias?: Identifier;
        mould: Placeholders;
    }
    Index

    Properties

    Properties

    alias?: Identifier

    The projection alias, when a query projects the node.

    The name the node's values are reported under in the projected result. Absent on an unprojected template retrieval.

    mould: Placeholders

    The requested template fragment.