Class: Model

Model

(abstract) new Model(jmap)

The base class for all JMAP entities.
When implementing new entities you should always try to inherit from this.

You shouldn't use this constructor directly, but rather create instances of concrete implementations.

Parameters:
Name Type Description
jmap Client

The Client instance that created this Model. This will be exposed as the _jmap property.

Source: