Type Alias TextEditorEnricher
TextEditorEnricher: (
match: RegExpMatchArray,
options?: EnrichmentOptions,
) => Promise<HTMLElement | null>
Type declaration
- (
match: RegExpMatchArray,
options?: EnrichmentOptions,
): Promise<HTMLElement | null> Parameters
- match: RegExpMatchArray
Optional
options: EnrichmentOptions
Returns Promise<HTMLElement | null>
The regular expression match result