View source
interface IStageFocusDelegate
package feathers.core
extends IFocusObject
extended by TextFieldViewPort, ComboBox, Label, NumericStepper, PopUpDatePicker, PopUpListView, TextArea, TextInput
Allows a different interactive display object to receive stage focus when this object receives focus from a focus manager.
Variables
read onlystageFocusTarget:InteractiveObject
The interactive display object to use for stage focus.
Available since
1.0.0
.