Interface DecorationData

interface DecorationData {
    bubble?: boolean;
    color?: ThemeColor;
    letter?: string;
    priority?: number;
    source?: string;
    title?: string;
}

Properties

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