The options used to initialize a contents manager.

interface IOptions {
    defaultDrive?: IDrive;
    serverSettings?: ServerConnection.ISettings;
}

Properties

defaultDrive?: IDrive

The default drive backend for the contents manager.

serverSettings?: ServerConnection.ISettings

The server settings associated with the manager.