Shape of decoupled router response for a resolved path.

Hierarchy

  • ResolvedPath

Properties

entity: {
    uuid: string;
    [entityProperty: string]: string;
}

Type declaration

  • [entityProperty: string]: string
  • uuid: string
isHomePath: boolean
jsonapi: {
    resourceName: `${string}--${string}`;
    [jsonapiProperty: string]: string;
}

Type declaration

  • [jsonapiProperty: string]: string
  • resourceName: `${string}--${string}`
label: string
meta: {
    [metaProperty: string]: string | object;
}

Type declaration

  • [metaProperty: string]: string | object
resolved: string

Generated using TypeDoc