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

    Unlike caption suffixes, tail decorations appears right-aligned after the caption and the caption suffixes (is any).

    interface TailDecoration {
        data: string;
        fontData?: FontData;
        tooltip?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    data: string

    The text content of the tail decoration.

    fontData?: FontData

    Font data for customizing the content.

    tooltip?: string

    Optional tooltip for the tail decoration.