The render context for SETTINGS_LINKS_TEMPLATE.

interface SettingsLinksContext {
    emblem: string;
    links: { label: string; url: string }[];
    title: string;
    version: string;
}

Properties

emblem: string

The emblem image path.

links: { label: string; url: string }[]

Each inline link's resolved label and destination URL.

title: string

The section heading — the system title.

version: string

The running version, shown beneath the emblem.