InputEventInit.data

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void data(Optional!(T0) data)
    struct InputEventInit
    nothrow
    void
    data
    (
    T0
    )
    (
    scope auto ref Optional!(T0) data
    )
    if (
    isTOrPointer!(T0, string)
    )
  2. Optional!(string) data()

Meta