Represents the values that are parsed as metadata

Constructors

Properties

Methods

Constructors

  • Parameters

    • value: string

      The value corresponding to the rel value that will be used as predicate in the metadata.

    • Optionalephemeral: boolean

      (Optional) Indicates whether it will be stored by the server.

    • OptionalallowList: string[]

      (Optional) Contains the objects that are allowed to be used with the given predicate.

    Returns LinkRelObject

Properties

allowList: undefined | string[]
ephemeral: boolean
value: NamedNode<string>

Methods