GitHub

DaffLocatable

import { DaffLocatable } from '@daffodil/core'

An object that has a location referenced by a URL.

interface DaffLocatable {
  url: string
}

Properties

url
string

The URL describing the location of the entity. It should be relative to the domain root with a leading slash, i.e. /path/to/entity.