deno / 1.23.2 / ~ / 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