variant | string | (optional) Can be text for text messages or content for whole application content. Defaults to text . |
priority | string | (optional) Priority of the announcement. Can be low or high . Defaults to low . |
delay | number | (optional) Delay in milliseconds before the announcement is made. Defaults to 1000 . |
disabled | boolean | (optional) If true , the announcement will not be made. Defaults to false . |
atomic | boolean | (optional) If true , assistive technologies will present the entire region as a whole. If false , only additions will be announced. |
politeness | string | (optional) The politeness setting for the announcement. Can be polite or assertive . |
relevant | string | (optional) A space-separated list of the types of changes that should be announced. Can be additions , removals , text , or all . |
showAnnouncement | boolean | (optional) Whether to show the children or not. |
children | ReactNode | The content that will be announced to the user. |