Theia API Documentation v1.65.0
    Preparing search index...

    A badge presenting a value for a view

    interface ViewBadge {
        tooltip: string;
        value: number;
    }
    Index

    Properties

    Properties

    tooltip: string

    A label to present in tooltip for the badge.

    value: number

    The value to present in the badge.