Accessibility (manage)
- Print
Accessibility (manage)
- Print
Article summary
Did you find this summary helpful?
Thank you for your feedback
Accessibility Manage Schema 0.15.0
Types
ClosedCaptionsSettings
type ClosedCaptionsSettings = {
enabled: boolean // Whether or not closed-captions should be enabled by default
styles: ClosedCaptionsStyles // The default styles to use when displaying closed-captions
}
See also:
VoiceGuidanceSettings
type VoiceGuidanceSettings = {
enabled: boolean // Whether or not voice guidance should be enabled by default
speed: VoiceSpeed
}
See also:
number
VoiceSpeed
type VoiceSpeed = number
ClosedCaptionsStyles
The default styles to use when displaying closed-captions
type ClosedCaptionsStyles = {
fontFamily?: string
fontSize?: number
fontColor?: string
fontEdge?: string
fontEdgeColor?: string
fontOpacity?: number
backgroundColor?: string
backgroundOpacity?: number
textAlign?: string
textAlignVertical?: string
windowColor?: string
windowOpacity?: number
}
FontFamily
type FontFamily = string
FontSize
type FontSize = number
Color
type Color = string
FontEdge
type FontEdge = string
Opacity
type Opacity = number
HorizontalAlignment
type HorizontalAlignment = string
VerticalAlignment
type VerticalAlignment = string
Was this article helpful?