package server-reason-react

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Event.MakeEventWithTypeSource

Parameters

module Type : sig ... end

Signature

Sourceval bubbles : Type.t -> bool
Sourceval cancelable : Type.t -> bool
Sourceval currentTarget : Type.t -> < >
Sourceval defaultPrevented : Type.t -> bool
Sourceval eventPhase : Type.t -> int
Sourceval isTrusted : Type.t -> bool
Sourceval nativeEvent : Type.t -> < >
Sourceval preventDefault : Type.t -> unit
Sourceval isDefaultPrevented : Type.t -> bool
Sourceval stopPropagation : Type.t -> unit
Sourceval isPropagationStopped : Type.t -> bool
Sourceval target : Type.t -> < >
Sourceval timeStamp : Type.t -> float
Sourceval type_ : Type.t -> string
Sourceval persist : Type.t -> unit
OCaml

Innovation. Community. Security.