prorm API Reference
    Preparing search index...

    Interface WhereRenderContext

    interface WhereRenderContext {
        nodeVar: string;
        params: ParamBag;
    }
    Index
    nodeVar: string

    Variable the predicate's properties are addressed through (e.g. n).

    params: ParamBag

    Bag collecting parameter bindings produced while rendering.