Configuration for a screen reader text replacement.

Hierarchy

  • ScreenReaderTextReplacement

Properties

ignoreCase: boolean

True when the search should be case insensitive.

pattern: string

The regex pattern to search for.

replacement: string

The replacement text. when this contsins a string in this format: '${StringId}' then the string with the given id will be used as replacement.

Generated using TypeDoc