deno / latest / ~ / customeventinit.html

CustomEventInit

interface CustomEventInit <T = any> extends EventInit {
    
detail?: T;
}

Type Parameters

T = any

Extends

Properties

detail?: T

© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/CustomEventInit