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

    Type Alias VirtualServerCreateOptions

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

    Properties

    Properties

    autoStart?: boolean

    Whether the virtual server should be auto started.

    name: string

    The virtual server name.

    port?: number

    The virtual server port.