Saxonberg Server API
    Preparing search index...
    interface Vocal {
        say(text: string, target?: Stuff): void;
        shout(text: string, target?: Stuff): void;
        whisper(text: string, target?: Stuff): void;
    }
    Index

    Methods

    Methods