AutoBE
    Preparing search index...

    Interface AutoBeRealizeReference

    Structured reference used by realize IR artifacts.

    interface AutoBeRealizeReference {
        path: string[];
        source: "props" | "local" | "query";
        type: "reference";
    }
    Index

    Properties

    Properties

    path: string[]

    Property path from the origin.

    source: "props" | "local" | "query"

    Reference origin within the generated function.

    type: "reference"

    Type discriminator.