Sanity Library Reference Docs
    Preparing search index...

    Interface BlueprintOwnershipReferenceAction

    An ownership action that will cause the resource to be read during deployment so it can be referenced by other resources. Note that referenced resources must be in the same project or organization as the current stack.

    interface BlueprintOwnershipReferenceAction {
        name: string;
        stack: string;
        type: "reference";
    }
    Index

    Properties

    Properties

    name: string

    The name of the resource to be referenced

    stack: string

    The name or id of the stack where the resource is attached

    type: "reference"