object Entity

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Entity
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val empty: Entity

    Empty body.

  2. def fromDynamic(d: Dynamic): Entity

    Create an Entity from a strict js.Dyanmics value.

  3. def fromJSObject[T <: Object](d: Object): Entity

    Create an Entity from a strict js.Object or subtype.

  4. def fromString(s: String): Entity

    Create an Entity from a strict string value.