Options
All
  • Public
  • Public/Protected
  • All
Menu

The ILegacyAnnotationTarget is for backwards compatibility with older versions of the Colibrio framework.

It describes a portion of Target in Web Annotation Data Model (https://www.w3.org/TR/annotation-model/)

Hierarchy

  • ILegacyAnnotationTargetData

Index

Properties

Optional format

format?: string

The format of the Web Resource's content. The Body or Target should have exactly 1 format associated with it, but may have 0 or more. The value of the property should be the media-type of the format, following the [rfc6838] specification.

Optional id

id?: string

The IRI that identifies the Target resource.

Optional selector

selector?: string | ISelectorData

There may be 0 or more selector relationships associated with a Specific Resource. Multiple Selectors should select the same content, however some Selectors will not have the same precision as others. Consuming user agents must pick one of the described segments, if they are different.

Optional type

type?: string

The type of resource. The Body or Target may have 1 or more types, and if so, the value should be drawn from the list of classes below, but may come from other vocabularies.

Generated using TypeDoc