Optional_Optional_OptionalallowIndicates whether the element can receive focus.
OptionalcontentOptionalcurrentThe 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
OptionalonOptionalonOptionalparentThe parent focusable element, if any.
Indicates whether the view should be removed from the aggregate view.
Temporary transition state for the aggregate view.
OptionaltransitionTransition style key for the aggregate view.
OptionalviewIndicates whether the view is visible.
Transition state for the aggregate view.
View Creation
Optionaloptions: IScreenDismissOptionsAsync
Optionalargs: Record<string, unknown>Optionalcallback: AsyncCommandEventCallbackOptionalfindResolves 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.
OptionalchildIndex: 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.
Optionalevent: INextFocusResolutionEventThe event associated with the focus change.
OptionalonCalled when a child element's focus state changes.
The ID of the child element.
OptionalonHandles a key event.
The key event to handle.
True if the key event was handled, false otherwise.
Lifecycle
OptionalchildIndex: numberCalled before the navigatable entity is added to an aggregate view.
The aggregate view to which the entity will be added.
OptionalonCalled before the navigatable entity is removed from an aggregate view.
The aggregate view from which the entity will be removed.
OptionalonOptionaloptions: IScreenPresentationOptionsNavigatable View
Transitions to the specified view.
The view to transition to.
Optionalanimated: booleanWhether the transition should be animated.
OptionalremoveSourceWhenComplete: boolean
Interface representing an aggregate view.