W3cubDocs

/Deno

CustomEventInit

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

Type Parameters

T = any

Extends

Properties

detail?: T

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