Interface StatusBarAffinity

interface StatusBarAffinity {
    alignment: StatusBarAlignment;
    compact?: boolean;
    id: string;
}

Properties

Properties

Where to position this entry relative to the entry referred to in the id field.

compact?: boolean

Whether to treat this entry and the reference entry as a single entity for positioning and hover highlights

id: string

a reference to the StatusBarEntry.id id of another entry relative to which this item should be positioned.