Theia API Documentation v1.65.0
    Preparing search index...
    interface DecorationData {
        bubble?: boolean;
        color?: ThemeColor;
        letter?: string;
        priority?: number;
        source?: string;
        title?: string;
    }
    Index

    Properties

    bubble?: boolean
    color?: ThemeColor
    letter?: string
    priority?: number
    source?: string
    title?: string