teamspeak.js - v1.11.0
    Preparing search index...

    Type Alias VirtualServerEditOptions

    type VirtualServerEditOptions = {
        autoStart?: boolean;
        name?: string;
        port?: number;
    }
    Index

    Properties

    autoStart?: boolean

    Whether the virtual server should be auto started.

    name?: string

    The virtual server name.

    port?: number

    The virtual server port.