@nextcloud/files

    Interface SpeechSynthesisEventInit

    interface SpeechSynthesisEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        charIndex?: number;
        charLength?: number;
        composed?: boolean;
        elapsedTime?: number;
        name?: string;
        utterance: SpeechSynthesisUtterance;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    bubbles?: boolean
    cancelable?: boolean
    charIndex?: number
    charLength?: number
    composed?: boolean
    elapsedTime?: number
    name?: string
    MMNEPVFCICPMFPCPTTAAATR