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.
AdvancedaccessibleSets the aria-label attribute of the shadow div
AdvancedaccessibleSpecify 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]'
AdvancedaccessibleSpecify 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
accessibleis enabled on any display object, these properties will affect its accessibility.Example