Entracte (TypeScript)
    Preparing search index...

    Type Alias AmbientHandle

    Handle returned by ambient-play functions — call stop() to end looping early. Safe to call repeatedly.

    type AmbientHandle = {
        stop(): void;
    }
    Index

    Methods

    Methods