Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

  • S

Hierarchy

Index

Properties

Properties

get

get: () => ValueConstructed<T, S>

Gets the property value from the ORM subject as a JSON-LD value

Type declaration

    • (): ValueConstructed<T, S>
    • Returns ValueConstructed<T, S>

Optional init

init: ValueConstructed<T, S>

An initial Javascript value. If this is non-null, it will be used instead of the src property value.

set

set: (v: ValueConstructed<T, S>) => unknown | Promise<unknown>

Sets the property value in the ORM subject from a JSON-LD value

Type declaration

    • (v: ValueConstructed<T, S>): unknown | Promise<unknown>
    • Parameters

      • v: ValueConstructed<T, S>

      Returns unknown | Promise<unknown>

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Protected method

Generated using TypeDoc. Delivered by Vercel. @m-ld/m-ld - v0.10.0 Source code licensed MIT. Privacy policy