Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    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.