Sanity Library Reference Docs
    Preparing search index...

    Interface BlueprintCrossStackReferenceResourceConfig

    The configuration for referencing a resource in another stack including the type of resource.

    interface BlueprintCrossStackReferenceResourceConfig {
        localName?: string;
        name: string;
        stack: string;
        type: string;
    }

    Hierarchy (View Summary)

    Index

    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

    type: string

    The type of resource being referenced (e.g. sanity.project)