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

    Type Alias HTMLSecretContentCallback

    HTMLSecretContentCallback: (secret: HTMLElement) => string

    Type Declaration

      • (secret: HTMLElement): string
      • Parameters

        • secret: HTMLElement

          The secret element whose surrounding content we wish to retrieve.

        Returns string