interface Visual {
    expanded: boolean;
    showLegend: boolean;
    showLongTitles: boolean;
    showShortDesc: boolean;
}

Properties

expanded: boolean
showLegend: boolean
showLongTitles: boolean
showShortDesc: boolean