• Parameters

    • Optional debugName: string

    Returns {
        started: boolean;
        stopped: boolean;
        target: EventTarget;
        uuid: string;
        start() => void;
        stop() => void;
    }

Generated using TypeDoc