interface SidebarTabDescriptor {
    documentName?: string;
    gmOnly?: boolean;
    icon?: string;
    tooltip?: string;
}

Properties

documentName?: string

A Document name to retrieve tooltip and icon information from automatically.

gmOnly?: boolean

Whether the tab is only rendered for GM users.

icon?: string

The tab's Font Awesome icon class.

tooltip?: string

The tab's tooltip.