Home > react-nav-router > NavViewContextValue > path
NavViewContextValue.path property
视图对应的栈元素标识(即 NavStack 中 stack 数组的对应元素)
默认上下文(无 NavStack 包裹时)为 null。
Signature:
typescript
path: object | null;Home > react-nav-router > NavViewContextValue > path
视图对应的栈元素标识(即 NavStack 中 stack 数组的对应元素)
默认上下文(无 NavStack 包裹时)为 null。
Signature:
path: object | null;