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

    Interface ApplicationRenderContext

    Context data provided to the renderer

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

    Properties

    Properties

    tabs?: Record<string, ApplicationTab>

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