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

    A shape that can be optionally rendered behind the overlay icon. Can be used to further refine colors.

    interface IconOverlayBackground {
        color?: string;
        shape: "circle" | "square";
    }
    Index

    Properties

    Properties

    color?: string

    The color of the background shape.

    shape: "circle" | "square"

    Either circle or square.