Interface Decoration

interface Decoration {
    bubble?: boolean;
    colorId?: string;
    letter?: string;
    tooltip?: string;
    weight?: number;
}

Properties

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