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

    Type Alias TextContentReplacer

    TextContentReplacer: (match: RegExpMatchArray) => Promise<HTMLElement>

    Type Declaration

      • (match: RegExpMatchArray): Promise<HTMLElement>
      • Parameters

        • match: RegExpMatchArray

          The regular expression match.

        Returns Promise<HTMLElement>