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

    Interface TabsConfiguration

    interface TabsConfiguration {
        callback?: Function | null;
        contentSelector: string;
        group?: string;
        initial: string;
        navSelector: string;
    }
    Index

    Properties

    callback?: Function | null

    An optional callback function that executes when the active tab is changed

    contentSelector: string

    The CSS selector used to target the content container for these tabs

    group?: string

    The name of the tabs group

    initial: string

    The tab name of the initially active tab

    navSelector: string

    The CSS selector used to target the navigation element for these tabs