Location Contexts
Location Contexts are meant to describe where an event originated from in the visual UI.
graph LR
AbstractContext["AbstractContext<br><span class='properties'>id: string<br />_type: string</span>"] --> AbstractLocationContext;
AbstractLocationContext --> ContentContext;
AbstractLocationContext --> ExpandableContext;
AbstractLocationContext --> InputContext;
AbstractLocationContext --> MediaPlayerContext;
AbstractLocationContext --> NavigationContext;
AbstractLocationContext --> OverlayContext;
AbstractLocationContext --> PressableContext;
PressableContext --> LinkContext["LinkContext<br><span class='properties'>href: string"];
AbstractLocationContext --> RootLocationContext;
class ContentContext diagramActive;
class ExpandableContext diagramActive;
class InputContext diagramActive;
class MediaPlayerContext diagramActive;
class NavigationContext diagramActive;
class OverlayContext diagramActive;
class PressableContext diagramActive;
class LinkContext diagramActive;
class RootLocationContext 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 LinkContext "/docs/taxonomy/reference/location-contexts/LinkContext" "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 RootLocationContext "/docs/taxonomy/reference/location-contexts/RootLocationContext" "See details" _self
click PressableContext "/docs/taxonomy/reference/location-contexts/PressableContext" "See details" _self
Diagram: Location Contexts