Backstage
    Preparing search index...

    Interface HeaderMetadataStatusProps

    Represents a status item in the HeaderMetadataStatus component.

    interface HeaderMetadataStatusProps {
        color: "danger" | "warning" | "success" | "info";
        href?: string;
        label: string;
    }
    Index

    Properties

    Properties

    color: "danger" | "warning" | "success" | "info"
    href?: string
    label: string