Context data provided to the renderer

interface ApplicationRenderContext {
    tabs?: Record<string, ApplicationTab>;
}

Properties

Properties

tabs?: Record<string, ApplicationTab>

Tab data prepared from an entry in foundry.applications.api.ApplicationV2.TABS