• Preparing search index...
  • The search index is not available
Foundry Virtual Tabletop - API Documentation - Version 13
  • Foundry Virtual Tabletop - API Documentation - Version 13
  • hookEvents
  • closeApplicationV2

Function closeApplicationV2

  • closeApplicationV2(
        application: ApplicationV2<
            ApplicationConfiguration,
            ApplicationRenderOptions,
        >,
    ): void

    A hook event that fires whenever this ApplicationV2 is closed. Substitute the "ApplicationV2" in the hook event to target a specific ApplicationV2 type, for example "closeMyApplication". Each ApplicationV2 class in the inheritance chain will also fire this hook, i.e. "closeApplicationV2" will also fire.

    Parameters

    • application: ApplicationV2<ApplicationConfiguration, ApplicationRenderOptions>

      The Application instance being closed

    Returns void

Settings

Member Visibility
Foundry Virtual Tabletop - API Documentation - Version 13
  • Loading...

Public API documentation for Foundry Virtual Tabletop version 13.346 Stable. © 2025 Foundry Gaming LLC. All Rights Reserved.