AbstractLocationContext

Location Contexts describe the exact position in an application's UI from where an Event was triggered. A location stack is composed of a hierarchical stack of LocationContexts; the order defines the hierarchy.

graph LR AbstractContext["AbstractContext<span class='properties'>id: string<br /></span>"] --> AbstractLocationContext; AbstractLocationContext --> ContentContext; AbstractLocationContext --> ExpandableContext; AbstractLocationContext --> InputContext; AbstractLocationContext --> MediaPlayerContext; AbstractLocationContext --> NavigationContext; AbstractLocationContext --> OverlayContext; AbstractLocationContext --> PressableContext; AbstractLocationContext --> RootLocationContext; PressableContext --> LinkContext["LinkContext<span class='properties'>href: string<br /></span>"]; class AbstractLocationContext diagramActive click ContentContext "/docs/taxonomy/reference/location-contexts/ContentContext" "See details" _self click ExpandableContext "/docs/taxonomy/reference/location-contexts/ExpandableContext" "See details" _self click InputContext "/docs/taxonomy/reference/location-contexts/InputContext" "See details" _self click MediaPlayerContext "/docs/taxonomy/reference/location-contexts/MediaPlayerContext" "See details" _self click NavigationContext "/docs/taxonomy/reference/location-contexts/NavigationContext" "See details" _self click OverlayContext "/docs/taxonomy/reference/location-contexts/OverlayContext" "See details" _self click PressableContext "/docs/taxonomy/reference/location-contexts/PressableContext" "See details" _self click RootLocationContext "/docs/taxonomy/reference/location-contexts/RootLocationContext" "See details" _self click LinkContext "/docs/taxonomy/reference/location-contexts/LinkContext" "See details" _self

Diagram: AbstractLocationContext inheritance

Inherited Properties

typedescription
idstringA unique string identifier to be combined with the Context Type (_type) for Context instance uniqueness.