Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines an interface for an object that has been serialized into a flat structure with references to other objects.

Hierarchy

  • Ref

Index

Properties

Properties

root

root: any

The entry point for the object. Can contain references to other objects.

Optional type

type: "ArrayBuffer" | "Uint8Array" | "Uint16Array" | "Uint32Array" | "Int8Array" | "Int16Array" | "Int32Array" | "BigInt" | "Date" | "RegExp" | "Map" | "Set" | "Error" | "MessagePort"

The type of the reference. If omitted, then the value is either an object or an array. If specified, then the value should be converted into the given type on deserialization.

Generated using TypeDoc