A single entry in the associated-items disclosure panel.

interface AssociatedEntry {
    href?: string;
    label: string;
    pinned?: boolean;
    suffix?: string;
}

Properties

href?: string
label: string
pinned?: boolean
suffix?: string