Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptions

The options used to create a mime model.

Hierarchy

  • IOptions

Index

Properties

Optional callback

callback: function

A callback function for when the data changes.

Type declaration

    • (options: ISetDataOptions): void
    • Parameters

      • options: ISetDataOptions

      Returns void

Optional data

data: ReadonlyJSONObject

The initial mime data.

Optional metadata

metadata: ReadonlyJSONObject

The initial mime metadata.

Optional trusted

trusted: boolean

Whether the model is trusted. Defaults to false.

Generated using TypeDoc