Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MimeModel

The default mime model implementation.

Hierarchy

  • MimeModel

Implements

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • Construct a new mime model.

    Parameters

    Returns MimeModel

Properties

Private _callback

_callback: any

Private _data

_data: any

Private _metadata

_metadata: any

Readonly trusted

trusted: boolean

Whether the model is trusted.

Accessors

data

  • get data(): ReadonlyPartialJSONObject
  • The data associated with the model.

    Returns ReadonlyPartialJSONObject

metadata

  • get metadata(): ReadonlyPartialJSONObject
  • The metadata associated with the model.

    Returns ReadonlyPartialJSONObject

Methods

setData

  • Set the data associated with the model.

    Notes

    Depending on the implementation of the mime model, this call may or may not have deferred effects,

    Parameters

    Returns void

Generated using TypeDoc