Options
All
  • Public
  • Public/Protected
  • All
Menu

Module IMimeModel

The namespace for IMimeModel associated interfaces.

Index

Interfaces

Properties

Methods

Properties

data

data: ReadonlyJSONObject

The data associated with the model.

metadata

metadata: ReadonlyJSONObject

The metadata associated with the model.

Among others, it can include an attribute named fragment that stores a URI fragment identifier for the MIME resource.

trusted

trusted: boolean

Whether the data in the model is trusted.

Methods

setData

  • Set the data associated with the model.

    Notes

    Calling this function may trigger an asynchronous operation that could cause the renderer to be rendered with a new model containing the new data.

    Parameters

    Returns void

Generated using TypeDoc