Optional
_Optional
_Optional
allowIndicates whether the element can receive focus.
Optional
contentOptional
currentThe current view being navigated.
Indicates whether auto-focus is enabled for the view.
Indicates whether the view is currently focused.
Indicates whether the view is managing visibility callbacks.
Indicates if this view has been prestend in an aggregate View controller
Optional
onOptional
onOptional
parentThe parent focusable element, if any.
Indicates whether the view should be removed from the aggregate view.
Temporary transition state for the aggregate view.
Optional
transitionTransition style key for the aggregate view.
Optional
viewIndicates whether the view is visible.
Transition state for the aggregate view.
View Creation
Optional
options: IScreenDismissOptionsAsync
Optional
args: Record<string, unknown>Optional
callback: AsyncCommandEventCallbackOptional
findResolves the next focusable element in the given direction.
The event containing details about the focus transition.
The next focusable element, or undefined if none exists.
Audio Guide
Measurement
Rendererers
Hides the specified view.
The view to hide.
Optional
childIndex: numberFocus
Called when the navigatable entity is shown.
Called when the element loses focus.
Called after the navigatable entity has been added to an aggregate view.
The aggregate view to which the entity has been added.
Called after the navigatable entity has been removed from an aggregate view.
The aggregate view from which the entity has been removed.
Called when the navigatable entity is hidden.
Called when the element receives focus.
Optional
event: INextFocusResolutionEventThe event associated with the focus change.
Optional
onCalled when a child element's focus state changes.
The ID of the child element.
Optional
onHandles a key event.
The key event to handle.
True if the key event was handled, false otherwise.
Lifecycle
Optional
childIndex: numberCalled before the navigatable entity is added to an aggregate view.
The aggregate view to which the entity will be added.
Optional
onCalled before the navigatable entity is removed from an aggregate view.
The aggregate view from which the entity will be removed.
Optional
onOptional
options: IScreenPresentationOptionsNavigatable View
Transitions to the specified view.
The view to transition to.
Optional
animated: booleanWhether the transition should be animated.
Optional
removeSourceWhenComplete: boolean
Interface representing an aggregate view.