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

    Type Alias TextEditorEnricher

    TextEditorEnricher: (
        match: RegExpMatchArray,
        options?: EnrichmentOptions,
    ) => Promise<HTMLElement | null>

    Type Declaration

      • (
            match: RegExpMatchArray,
            options?: EnrichmentOptions,
        ): Promise<HTMLElement | null>
      • Parameters

        • match: RegExpMatchArray

          The regular expression match result

        • Optionaloptions: EnrichmentOptions

          Options provided to customize text enrichment

        Returns Promise<HTMLElement | null>