interface IModel {
    deleteOnDisconnect?: boolean;
    dontSave?: boolean;
}

Implemented by

Properties

deleteOnDisconnect?: boolean

If set to true the model will be deleted when the user disconnects

dontSave?: boolean

If set to true the model will not be saved in the server room state