Theia API Documentation v1.65.0
    Preparing search index...
    interface BadgeWidget {
        badge?: number;
        badgeTooltip?: string;
        onDidChangeBadge: Event<void>;
        onDidChangeBadgeTooltip: Event<void>;
    }

    Implemented by

    Index

    Properties

    badge?: number
    badgeTooltip?: string
    onDidChangeBadge: Event<void>
    onDidChangeBadgeTooltip: Event<void>