Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface PackageCompatibilityBadge

    interface PackageCompatibilityBadge {
        icon?: string;
        label?: string;
        tooltip: string;
        type: "success" | "error" | "warning" | "neutral";
    }
    Index

    Properties

    icon?: string

    An optional icon displayed in the badge

    label?: string

    An optional text label displayed in the badge

    tooltip: string

    A tooltip string displayed when hovering over the badge

    type: "success" | "error" | "warning" | "neutral"

    A CSS class applied to the badge