NavigationBranchId typedef

NavigationBranchId = Object

Opaque identity for a navigation branch (tab).

The package treats this as a stable equality key only — it never inspects the value. Use const/frozen values: enums, ints, or const objects. Never use per-instantiation objects (their identity will never match across constructions).

Implementation

typedef NavigationBranchId = Object;