DaffLocatable
An object that has a location referenced by a URL.
import { DaffLocatable } from '@daffodil/core'
interface DaffLocatable {
url: string
}
Properties
Name | Type | Description |
---|---|---|
url | string | The URL describing the location of the entity.
It should be relative to the domain root with a leading slash, i.e. |