RealTimeTextModalStrings interface
strings for realTimeText modal
Properties
real |
The label for the cancel button |
real |
The aria label for the close button |
real |
The label for the confirm button |
real |
The aria label for the modal |
real |
The text of the RealTimeText modal |
real |
The title of the RealTimeText modal |
Property Details
realTimeTextCancelButtonLabel
The label for the cancel button
realTimeTextCancelButtonLabel?: string
Property Value
string
realTimeTextCloseModalButtonAriaLabel
The aria label for the close button
realTimeTextCloseModalButtonAriaLabel?: string
Property Value
string
realTimeTextConfirmButtonLabel
The label for the confirm button
realTimeTextConfirmButtonLabel?: string
Property Value
string
realTimeTextModalAriaLabel
The aria label for the modal
realTimeTextModalAriaLabel?: string
Property Value
string
realTimeTextModalText
The text of the RealTimeText modal
realTimeTextModalText?: string
Property Value
string
realTimeTextModalTitle
The title of the RealTimeText modal
realTimeTextModalTitle?: string
Property Value
string