The options used to update a mime model.

interface ISetDataOptions {
    data?: ReadonlyPartialJSONObject;
    metadata?: ReadonlyPartialJSONObject;
}

Properties

Properties

The new data object.

The new metadata object.