ResolvedPath
Defined in: decoupled-router-client/src/types.ts:55
Shape of decoupled router response for a resolved path.
Properties
Section titled “Properties”entity
Section titled “entity”entity: object;Defined in: decoupled-router-client/src/types.ts:64
On a backend with the jsonapi_multilingual module, entity also
carries langcode: the language of the translation the path resolved to,
ready to be passed on as the langCode query parameter of a follow-up
JSON:API request.
Index Signature
Section titled “Index Signature”[entityProperty: string]: stringuuid: string;isHomePath
Section titled “isHomePath”isHomePath: boolean;Defined in: decoupled-router-client/src/types.ts:57
jsonapi
Section titled “jsonapi”jsonapi: object;Defined in: decoupled-router-client/src/types.ts:69
Index Signature
Section titled “Index Signature”[jsonapiProperty: string]: stringresourceName
Section titled “resourceName”resourceName: `${string}--${string}`;label: string;Defined in: decoupled-router-client/src/types.ts:68
meta: object;Defined in: decoupled-router-client/src/types.ts:73
Index Signature
Section titled “Index Signature”[metaProperty: string]: string | objectresolved
Section titled “resolved”resolved: string;Defined in: decoupled-router-client/src/types.ts:56