[Go to site: main page, start]

Interface SidebarTabDescriptor

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

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.