Flag for if the object is accessible. If true AccessibilityManager will overlay a shadow div with attributes set
Setting to false will prevent any children inside this container to be accessible. Defaults to true.
Advanced
accessibleSets the aria-label attribute of the shadow div
Advanced
accessibleSpecify the pointer-events the accessible div will use Defaults to auto.
Sets the text content of the shadow
Sets the title attribute of the shadow div If accessibleTitle AND accessibleHint has not been this will default to 'container [tabIndex]'
Advanced
accessibleSpecify the type of div the accessible layer is. Screen readers treat the element differently depending on this type. Defaults to button.
Sets the tabIndex of the shadow div. You can use this to set the order of the elements when using the tab key to navigate.
When
accessible
is enabled on any display object, these properties will affect its accessibility.Example