Backstage
    Preparing search index...

    All parts of a complete entity ref, forming a full kind-namespace-name triplet.

    type CompoundEntityRef = {
        kind: string;
        name: string;
        namespace: string;
    }
    Index

    Properties

    Properties

    kind: string
    name: string
    namespace: string