Skip to content

ResolvedPath

Defined in: decoupled-router-client/src/types.ts:39

Shape of decoupled router response for a resolved path.

entity: object;

Defined in: decoupled-router-client/src/types.ts:42

[entityProperty: string]: string
uuid: string;

isHomePath: boolean;

Defined in: decoupled-router-client/src/types.ts:41


jsonapi: object;

Defined in: decoupled-router-client/src/types.ts:47

[jsonapiProperty: string]: string
resourceName: `${string}--${string}`;

label: string;

Defined in: decoupled-router-client/src/types.ts:46


meta: object;

Defined in: decoupled-router-client/src/types.ts:51

[metaProperty: string]: string | object

resolved: string;

Defined in: decoupled-router-client/src/types.ts:40