Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface used for describing serialized FragmentSelectors.

Hierarchy

Index

Properties

Optional conformsTo

conformsTo?: string

A link to the specification that defines the syntax of the fragment. This must be a value as described in https://www.w3.org/TR/annotation-model/#fragment-selector

Optional refinedBy

A Selector can optionally have a list of selectors that further refine the intended target location. Multiple Selectors should select the same content, however some Selectors will not have the same precision as others. The first selector in the array has the highest precision.

type

type: string

The type of Selector as specified in https://www.w3.org/TR/annotation-model/#selectors

value

value: string

The fragment selector value as a string.

Generated using TypeDoc