CaptionsBannerStrings interface
strings for captions banner
Properties
captions |
Title for the container when both captions and real time text is enabled |
captions |
Spinner text for captions banner |
captions |
Title for the container when only captions is enabled |
expand |
Expand button aria label |
minimize |
Minimize button aria label |
real |
Real time text disclosure banner content |
real |
Real time text disclosure banner link label |
real |
Real time text disclosure banner title |
real |
Default text for RTT input text box |
real |
Error message for RTT input text box when the size exceeds the limit 2000 |
real |
Title for the container when only real time text is enabled |
Property Details
captionsAndRealTimeTextContainerTitle
Title for the container when both captions and real time text is enabled
captionsAndRealTimeTextContainerTitle?: string
Property Value
string
captionsBannerSpinnerText
Spinner text for captions banner
captionsBannerSpinnerText?: string
Property Value
string
captionsOnlyContainerTitle
Title for the container when only captions is enabled
captionsOnlyContainerTitle?: string
Property Value
string
expandButtonAriaLabel
Expand button aria label
expandButtonAriaLabel?: string
Property Value
string
minimizeButtonAriaLabel
Minimize button aria label
minimizeButtonAriaLabel?: string
Property Value
string
realTimeTextBannerContent
Real time text disclosure banner content
realTimeTextBannerContent?: string
Property Value
string
realTimeTextBannerLinkLabel
Real time text disclosure banner link label
realTimeTextBannerLinkLabel?: string
Property Value
string
realTimeTextBannerTitle
Real time text disclosure banner title
realTimeTextBannerTitle?: string
Property Value
string
realTimeTextInputBoxDefaultText
Default text for RTT input text box
realTimeTextInputBoxDefaultText?: string
Property Value
string
realTimeTextInputErrorMessage
Error message for RTT input text box when the size exceeds the limit 2000
realTimeTextInputErrorMessage?: string
Property Value
string
realTimeTextOnlyContainerTitle
Title for the container when only real time text is enabled
realTimeTextOnlyContainerTitle?: string
Property Value
string