Saxonberg Server API
    Preparing search index...

    Interface TeleportOptions

    Options for teleport. Default is to narrate; pass silent: true for paths that intentionally suppress narration (login spawn, admin placement).

    interface TeleportOptions {
        silent?: boolean;
    }
    Index

    Properties

    Properties

    silent?: boolean