Theia API Documentation v1.65.0
    Preparing search index...
    interface Decoration {
        bubble?: boolean;
        colorId?: string;
        letter?: string;
        tooltip?: string;
        weight?: number;
    }
    Index

    Properties

    bubble?: boolean
    colorId?: string
    letter?: string
    tooltip?: string
    weight?: number