View source
interface IFocusExclusions
package feathers.core
extends IFocusManagerAware
extended by Drawer
A container that may exclude some children from receiving focus.
Available since
1.0.0
.Variables
read onlyfocusExclusions:Array<DisplayObject>
Display object children that should be skipped by the focus manager.
May return null
if there are no excluded children.
Available since
1.0.0
.