The options used to create a config section.

interface IOptions {
    name: string;
    serverSettings?: ServerConnection.ISettings;
}

Properties

name: string

The section name.

serverSettings?: ServerConnection.ISettings

The optional server settings.