ResolvedPath
Shape of decoupled router response for a resolved path.
Properties
entity
entity: object;
Index signature
[entityProperty
: string
]: string
uuid
uuid: string;
Source
decoupled-router-client/src/types.ts:42
isHomePath
isHomePath: boolean;
Source
decoupled-router-client/src/types.ts:41
jsonapi
jsonapi: object;
Index signature
[jsonapiProperty
: string
]: string
resourceName
resourceName: `${string}--${string}`;
Source
decoupled-router-client/src/types.ts:47
label
label: string;
Source
decoupled-router-client/src/types.ts:46
meta
meta: object;
Index signature
[metaProperty
: string
]: string
| object
Source
decoupled-router-client/src/types.ts:51
resolved
resolved: string;
Source
decoupled-router-client/src/types.ts:40