All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.web.speech.SpeechSynthesisErrorEvent.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

@file:Suppress(
    "EXTERNAL_CLASS_CONSTRUCTOR_PROPERTY_PARAMETER",
)

package web.speech

import web.events.EventType

external interface SpeechSynthesisErrorEventInit : SpeechSynthesisEventInit {
    var error: SpeechSynthesisErrorCode
}

open external class SpeechSynthesisErrorEvent(
    override val type: EventType,
    init: SpeechSynthesisErrorEventInit,
) : SpeechSynthesisEvent {
    val error: SpeechSynthesisErrorCode

    companion object
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy