Sanity Library Reference Docs
    Preparing search index...

    Interface BlueprintCrossStackReferenceConfig

    The configuration for referencing a resource in another stack.

    interface BlueprintCrossStackReferenceConfig {
        localName?: string;
        name: string;
        stack: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    localName?: string

    The local name of the resource, defaults to the name of the other resource

    name: string

    The name of the resource in the other stack

    stack: string

    The name or id of the stack being referenced