LocationStack

The LocationStack is an ordered list (a stack) containing a hierarchy of LocationContexts, which deterministically describes where in the UI of an application an Event took place.

Contains

array<AbstractLocationContext>.

Validation Rules

LocationStack items are uniquely identified by a set of {_type, id} properties.

Specifically:

  • Items should have a unique combination of {_type, id} properties.