Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents data, that can be used to announce text to screen reader.

Hierarchy

  • AnnounceData

Index

Properties

Optional defaultStrings

optional

Default announce strings built in Rooster

Optional formatStrings

formatStrings: string[]
optional

if provided, will attempt to replace {n} with each of the values inside of the array.

Optional text

text: string
optional

string to announce from this Content Changed event, will be the fallback value if default string is not provided or if it is not found in the strings map.

Generated using TypeDoc