Module Dom
ocaml
type _baseClassreasonml
type _baseClass;ocaml
type animationreasonml
type animation;ocaml
type cssStyleDeclarationreasonml
type cssStyleDeclaration;ocaml
type cssStyleSheetreasonml
type cssStyleSheet;ocaml
type 'a eventTarget_likereasonml
type eventTarget_like('a);ocaml
type eventTarget = _baseClass eventTarget_likereasonml
type eventTarget = eventTarget_like(_baseClass);ocaml
type _messagePortreasonml
type _messagePort;ocaml
type messagePort = _messagePort eventTarget_likereasonml
type messagePort = eventTarget_like(_messagePort);ocaml
type _serviceWorkerreasonml
type _serviceWorker;ocaml
type serviceWorker = _serviceWorker eventTarget_likereasonml
type serviceWorker = eventTarget_like(_serviceWorker);ocaml
type _workerreasonml
type _worker;ocaml
type worker = _worker eventTarget_likereasonml
type worker = eventTarget_like(_worker);ocaml
type 'a _workerGlobalScopereasonml
type _workerGlobalScope('a);ocaml
type workerGlobalScope = _baseClass _workerGlobalScope eventTarget_likereasonml
type workerGlobalScope = eventTarget_like(_workerGlobalScope(_baseClass));ocaml
type _dedicatedWorkerGlobalScopereasonml
type _dedicatedWorkerGlobalScope;ocaml
type dedicatedWorkerGlobalScope =
_dedicatedWorkerGlobalScope _workerGlobalScope eventTarget_likereasonml
type dedicatedWorkerGlobalScope =
eventTarget_like(_workerGlobalScope(_dedicatedWorkerGlobalScope));ocaml
type _serviceWorkerGlobalScopereasonml
type _serviceWorkerGlobalScope;ocaml
type serviceWorkerGlobalScope =
_serviceWorkerGlobalScope _workerGlobalScope eventTarget_likereasonml
type serviceWorkerGlobalScope =
eventTarget_like(_workerGlobalScope(_serviceWorkerGlobalScope));ocaml
type _sharedWorkerGlobalScopereasonml
type _sharedWorkerGlobalScope;ocaml
type sharedWorkerGlobalScope =
_sharedWorkerGlobalScope _workerGlobalScope eventTarget_likereasonml
type sharedWorkerGlobalScope =
eventTarget_like(_workerGlobalScope(_sharedWorkerGlobalScope));ocaml
type 'a _nodereasonml
type _node('a);ocaml
type 'a node_like = 'a _node eventTarget_likereasonml
type node_like('a) = eventTarget_like(_node('a));ocaml
type node = _baseClass node_likereasonml
type node = node_like(_baseClass);ocaml
type _attrreasonml
type _attr;ocaml
type attr = _attr node_likereasonml
type attr = node_like(_attr);ocaml
type 'a _characterDatareasonml
type _characterData('a);ocaml
type 'a characterData_like = 'a _characterData node_likereasonml
type characterData_like('a) = node_like(_characterData('a));ocaml
type characterData = _baseClass characterData_likereasonml
type characterData = characterData_like(_baseClass);ocaml
type _cdataSectionreasonml
type _cdataSection;ocaml
type cdataSection = _cdataSection characterData_likereasonml
type cdataSection = characterData_like(_cdataSection);ocaml
type _commentreasonml
type _comment;ocaml
type comment = _comment characterData_likereasonml
type comment = characterData_like(_comment);ocaml
type 'a _documentreasonml
type _document('a);ocaml
type 'a document_like = 'a _document node_likereasonml
type document_like('a) = node_like(_document('a));ocaml
type document = _baseClass document_likereasonml
type document = document_like(_baseClass);ocaml
type _documentFragmentreasonml
type _documentFragment;ocaml
type documentFragment = _documentFragment node_likereasonml
type documentFragment = node_like(_documentFragment);ocaml
type _documentTypereasonml
type _documentType;ocaml
type documentType = _documentType node_likereasonml
type documentType = node_like(_documentType);ocaml
type domImplementationreasonml
type domImplementation;ocaml
type 'a _elementreasonml
type _element('a);ocaml
type 'a element_like = 'a _element node_likereasonml
type element_like('a) = node_like(_element('a));ocaml
type element = _baseClass element_likereasonml
type element = element_like(_baseClass);ocaml
type htmlCollectionreasonml
type htmlCollection;ocaml
type htmlFormControlsCollectionreasonml
type htmlFormControlsCollection;ocaml
type htmlOptionsCollectionreasonml
type htmlOptionsCollection;ocaml
type intersectionObserverreasonml
type intersectionObserver;ocaml
type intersectionObserverEntryreasonml
type intersectionObserverEntry;ocaml
type mutationObserverreasonml
type mutationObserver;ocaml
type mutationRecordreasonml
type mutationRecord;ocaml
type performanceObserverreasonml
type performanceObserver;ocaml
type performanceObserverEntryListreasonml
type performanceObserverEntryList;ocaml
type reportingObserverreasonml
type reportingObserver;ocaml
type reportingObserverOptionsreasonml
type reportingObserverOptions;ocaml
type resizeObserverreasonml
type resizeObserver;ocaml
type resizeObserverEntryreasonml
type resizeObserverEntry;ocaml
type namedNodeMapreasonml
type namedNodeMap;ocaml
type nodeListreasonml
type nodeList;ocaml
type radioNodeListreasonml
type radioNodeList;ocaml
type processingInstructionreasonml
type processingInstruction;ocaml
type _shadowRootreasonml
type _shadowRoot;ocaml
type shadowRoot = _shadowRoot node_likereasonml
type shadowRoot = node_like(_shadowRoot);ocaml
type _textreasonml
type _text;ocaml
type text = _text characterData_likereasonml
type text = characterData_like(_text);ocaml
type domRectreasonml
type domRect;ocaml
type dataTransferreasonml
type dataTransfer;ocaml
type domStringMapreasonml
type domStringMap;ocaml
type historyreasonml
type history;ocaml
type _htmlDocumentreasonml
type _htmlDocument;ocaml
type htmlDocument = _htmlDocument document_likereasonml
type htmlDocument = document_like(_htmlDocument);ocaml
type 'a _htmlElementreasonml
type _htmlElement('a);ocaml
type 'a htmlElement_like = 'a _htmlElement element_likereasonml
type htmlElement_like('a) = element_like(_htmlElement('a));ocaml
type htmlElement = _baseClass htmlElement_likereasonml
type htmlElement = htmlElement_like(_baseClass);ocaml
type _htmlAnchorElementreasonml
type _htmlAnchorElement;ocaml
type htmlAnchorElement = _htmlAnchorElement htmlElement_likereasonml
type htmlAnchorElement = htmlElement_like(_htmlAnchorElement);ocaml
type _htmlAreaElementreasonml
type _htmlAreaElement;ocaml
type htmlAreaElement = _htmlAreaElement htmlElement_likereasonml
type htmlAreaElement = htmlElement_like(_htmlAreaElement);ocaml
type _htmlAudioElementreasonml
type _htmlAudioElement;ocaml
type htmlAudioElement = _htmlAudioElement htmlElement_likereasonml
type htmlAudioElement = htmlElement_like(_htmlAudioElement);ocaml
type _htmlBaseElementreasonml
type _htmlBaseElement;ocaml
type htmlBaseElement = _htmlBaseElement htmlElement_likereasonml
type htmlBaseElement = htmlElement_like(_htmlBaseElement);ocaml
type _htmlBodyElementreasonml
type _htmlBodyElement;ocaml
type htmlBodyElement = _htmlBodyElement htmlElement_likereasonml
type htmlBodyElement = htmlElement_like(_htmlBodyElement);ocaml
type _htmlBrElementreasonml
type _htmlBrElement;ocaml
type htmlBrElement = _htmlBrElement htmlElement_likereasonml
type htmlBrElement = htmlElement_like(_htmlBrElement);ocaml
type _htmlButtonElementreasonml
type _htmlButtonElement;ocaml
type htmlButtonElement = _htmlButtonElement htmlElement_likereasonml
type htmlButtonElement = htmlElement_like(_htmlButtonElement);ocaml
type _htmlCanvasElementreasonml
type _htmlCanvasElement;ocaml
type htmlCanvasElement = _htmlCanvasElement htmlElement_likereasonml
type htmlCanvasElement = htmlElement_like(_htmlCanvasElement);ocaml
type _htmlDataElementreasonml
type _htmlDataElement;ocaml
type htmlDataElement = _htmlDataElement htmlElement_likereasonml
type htmlDataElement = htmlElement_like(_htmlDataElement);ocaml
type _htmlDataListElementreasonml
type _htmlDataListElement;ocaml
type htmlDataListElement = _htmlDataListElement htmlElement_likereasonml
type htmlDataListElement = htmlElement_like(_htmlDataListElement);ocaml
type _htmlDialogElementreasonml
type _htmlDialogElement;ocaml
type htmlDialogElement = _htmlDialogElement htmlElement_likereasonml
type htmlDialogElement = htmlElement_like(_htmlDialogElement);ocaml
type _htmlDivElementreasonml
type _htmlDivElement;ocaml
type htmlDivElement = _htmlDivElement htmlElement_likereasonml
type htmlDivElement = htmlElement_like(_htmlDivElement);ocaml
type _htmlDlistElementreasonml
type _htmlDlistElement;ocaml
type htmlDlistElement = _htmlDlistElement htmlElement_likereasonml
type htmlDlistElement = htmlElement_like(_htmlDlistElement);ocaml
type _htmlEmbedElementreasonml
type _htmlEmbedElement;ocaml
type htmlEmbedElement = _htmlEmbedElement htmlElement_likereasonml
type htmlEmbedElement = htmlElement_like(_htmlEmbedElement);ocaml
type _htmlFieldSetElementreasonml
type _htmlFieldSetElement;ocaml
type htmlFieldSetElement = _htmlFieldSetElement htmlElement_likereasonml
type htmlFieldSetElement = htmlElement_like(_htmlFieldSetElement);ocaml
type _htmlFormElementreasonml
type _htmlFormElement;ocaml
type htmlFormElement = _htmlFormElement htmlElement_likereasonml
type htmlFormElement = htmlElement_like(_htmlFormElement);ocaml
type _htmlHeadElementreasonml
type _htmlHeadElement;ocaml
type htmlHeadElement = _htmlHeadElement htmlElement_likereasonml
type htmlHeadElement = htmlElement_like(_htmlHeadElement);ocaml
type _htmlHeadingElementreasonml
type _htmlHeadingElement;ocaml
type htmlHeadingElement = _htmlHeadingElement htmlElement_likereasonml
type htmlHeadingElement = htmlElement_like(_htmlHeadingElement);ocaml
type _htmlHrElementreasonml
type _htmlHrElement;ocaml
type htmlHrElement = _htmlHrElement htmlElement_likereasonml
type htmlHrElement = htmlElement_like(_htmlHrElement);ocaml
type _htmlHtmlElementreasonml
type _htmlHtmlElement;ocaml
type htmlHtmlElement = _htmlHtmlElement htmlElement_likereasonml
type htmlHtmlElement = htmlElement_like(_htmlHtmlElement);ocaml
type _htmlIframeElementreasonml
type _htmlIframeElement;ocaml
type htmlIframeElement = _htmlIframeElement htmlElement_likereasonml
type htmlIframeElement = htmlElement_like(_htmlIframeElement);ocaml
type _htmlImageElementreasonml
type _htmlImageElement;ocaml
type htmlImageElement = _htmlImageElement htmlElement_likereasonml
type htmlImageElement = htmlElement_like(_htmlImageElement);ocaml
type _htmlInputElementreasonml
type _htmlInputElement;ocaml
type htmlInputElement = _htmlInputElement htmlElement_likereasonml
type htmlInputElement = htmlElement_like(_htmlInputElement);ocaml
type _htmlLabelElementreasonml
type _htmlLabelElement;ocaml
type htmlLabelElement = _htmlLabelElement htmlElement_likereasonml
type htmlLabelElement = htmlElement_like(_htmlLabelElement);ocaml
type _htmlLegendElementreasonml
type _htmlLegendElement;ocaml
type htmlLegendElement = _htmlLegendElement htmlElement_likereasonml
type htmlLegendElement = htmlElement_like(_htmlLegendElement);ocaml
type _htmlLiElementreasonml
type _htmlLiElement;ocaml
type htmlLiElement = _htmlLiElement htmlElement_likereasonml
type htmlLiElement = htmlElement_like(_htmlLiElement);ocaml
type _htmlLinkElementreasonml
type _htmlLinkElement;ocaml
type htmlLinkElement = _htmlLinkElement htmlElement_likereasonml
type htmlLinkElement = htmlElement_like(_htmlLinkElement);ocaml
type _htmlMapElementreasonml
type _htmlMapElement;ocaml
type htmlMapElement = _htmlMapElement htmlElement_likereasonml
type htmlMapElement = htmlElement_like(_htmlMapElement);ocaml
type _htmlMediaElementreasonml
type _htmlMediaElement;ocaml
type htmlMediaElement = _htmlMediaElement htmlElement_likereasonml
type htmlMediaElement = htmlElement_like(_htmlMediaElement);ocaml
type _htmlMenuElementreasonml
type _htmlMenuElement;ocaml
type htmlMenuElement = _htmlMenuElement htmlElement_likereasonml
type htmlMenuElement = htmlElement_like(_htmlMenuElement);ocaml
type _htmlMetaElementreasonml
type _htmlMetaElement;ocaml
type htmlMetaElement = _htmlMetaElement htmlElement_likereasonml
type htmlMetaElement = htmlElement_like(_htmlMetaElement);ocaml
type _htmlMeterElementreasonml
type _htmlMeterElement;ocaml
type htmlMeterElement = _htmlMeterElement htmlElement_likereasonml
type htmlMeterElement = htmlElement_like(_htmlMeterElement);ocaml
type _htmlModElementreasonml
type _htmlModElement;ocaml
type htmlModElement = _htmlModElement htmlElement_likereasonml
type htmlModElement = htmlElement_like(_htmlModElement);ocaml
type _htmlOListElementreasonml
type _htmlOListElement;ocaml
type htmlOListElement = _htmlOListElement htmlElement_likereasonml
type htmlOListElement = htmlElement_like(_htmlOListElement);ocaml
type _htmlObjectElementreasonml
type _htmlObjectElement;ocaml
type htmlObjectElement = _htmlObjectElement htmlElement_likereasonml
type htmlObjectElement = htmlElement_like(_htmlObjectElement);ocaml
type _htmlOptGroupElementreasonml
type _htmlOptGroupElement;ocaml
type htmlOptGroupElement = _htmlOptGroupElement htmlElement_likereasonml
type htmlOptGroupElement = htmlElement_like(_htmlOptGroupElement);ocaml
type _htmlOptionElementreasonml
type _htmlOptionElement;ocaml
type htmlOptionElement = _htmlOptionElement htmlElement_likereasonml
type htmlOptionElement = htmlElement_like(_htmlOptionElement);ocaml
type _htmlOutputElementreasonml
type _htmlOutputElement;ocaml
type htmlOutputElement = _htmlOutputElement htmlElement_likereasonml
type htmlOutputElement = htmlElement_like(_htmlOutputElement);ocaml
type _htmlParagraphElementreasonml
type _htmlParagraphElement;ocaml
type htmlParagraphElement = _htmlParagraphElement htmlElement_likereasonml
type htmlParagraphElement = htmlElement_like(_htmlParagraphElement);ocaml
type _htmlParamElementreasonml
type _htmlParamElement;ocaml
type htmlParamElement = _htmlParamElement htmlElement_likereasonml
type htmlParamElement = htmlElement_like(_htmlParamElement);ocaml
type _htmlPreElementreasonml
type _htmlPreElement;ocaml
type htmlPreElement = _htmlPreElement htmlElement_likereasonml
type htmlPreElement = htmlElement_like(_htmlPreElement);ocaml
type _htmlProgressElementreasonml
type _htmlProgressElement;ocaml
type htmlProgressElement = _htmlProgressElement htmlElement_likereasonml
type htmlProgressElement = htmlElement_like(_htmlProgressElement);ocaml
type _htmlQuoteElementreasonml
type _htmlQuoteElement;ocaml
type htmlQuoteElement = _htmlQuoteElement htmlElement_likereasonml
type htmlQuoteElement = htmlElement_like(_htmlQuoteElement);ocaml
type _htmlScriptElementreasonml
type _htmlScriptElement;ocaml
type htmlScriptElement = _htmlScriptElement htmlElement_likereasonml
type htmlScriptElement = htmlElement_like(_htmlScriptElement);ocaml
type _htmlSelectElementreasonml
type _htmlSelectElement;ocaml
type htmlSelectElement = _htmlSelectElement htmlElement_likereasonml
type htmlSelectElement = htmlElement_like(_htmlSelectElement);ocaml
type _htmlSlotElementreasonml
type _htmlSlotElement;ocaml
type htmlSlotElement = _htmlSlotElement htmlElement_likereasonml
type htmlSlotElement = htmlElement_like(_htmlSlotElement);ocaml
type _htmlSourceElementreasonml
type _htmlSourceElement;ocaml
type htmlSourceElement = _htmlSourceElement htmlElement_likereasonml
type htmlSourceElement = htmlElement_like(_htmlSourceElement);ocaml
type _htmlSpanElementreasonml
type _htmlSpanElement;ocaml
type htmlSpanElement = _htmlSpanElement htmlElement_likereasonml
type htmlSpanElement = htmlElement_like(_htmlSpanElement);ocaml
type _htmlStyleElementreasonml
type _htmlStyleElement;ocaml
type htmlStyleElement = _htmlStyleElement htmlElement_likereasonml
type htmlStyleElement = htmlElement_like(_htmlStyleElement);ocaml
type _htmlTableCaptionElementreasonml
type _htmlTableCaptionElement;ocaml
type htmlTableCaptionElement = _htmlTableCaptionElement htmlElement_likereasonml
type htmlTableCaptionElement = htmlElement_like(_htmlTableCaptionElement);ocaml
type _htmlTableCellElementreasonml
type _htmlTableCellElement;ocaml
type htmlTableCellElement = _htmlTableCellElement htmlElement_likereasonml
type htmlTableCellElement = htmlElement_like(_htmlTableCellElement);ocaml
type _htmlTableColElementreasonml
type _htmlTableColElement;ocaml
type htmlTableColElement = _htmlTableColElement htmlElement_likereasonml
type htmlTableColElement = htmlElement_like(_htmlTableColElement);ocaml
type _htmlTableDataCellElementreasonml
type _htmlTableDataCellElement;ocaml
type htmlTableDataCellElement = _htmlTableDataCellElement htmlElement_likereasonml
type htmlTableDataCellElement = htmlElement_like(_htmlTableDataCellElement);ocaml
type _htmlTableElementreasonml
type _htmlTableElement;ocaml
type htmlTableElement = _htmlTableElement htmlElement_likereasonml
type htmlTableElement = htmlElement_like(_htmlTableElement);ocaml
type _htmlTableHeaderCellElementreasonml
type _htmlTableHeaderCellElement;ocaml
type htmlTableHeaderCellElement = _htmlTableHeaderCellElement htmlElement_likereasonml
type htmlTableHeaderCellElement = htmlElement_like(_htmlTableHeaderCellElement);ocaml
type _htmlTableRowElementreasonml
type _htmlTableRowElement;ocaml
type htmlTableRowElement = _htmlTableRowElement htmlElement_likereasonml
type htmlTableRowElement = htmlElement_like(_htmlTableRowElement);ocaml
type _htmlTableSectionElementreasonml
type _htmlTableSectionElement;ocaml
type htmlTableSectionElement = _htmlTableSectionElement htmlElement_likereasonml
type htmlTableSectionElement = htmlElement_like(_htmlTableSectionElement);ocaml
type _htmlTextAreaElementreasonml
type _htmlTextAreaElement;ocaml
type htmlTextAreaElement = _htmlTextAreaElement htmlElement_likereasonml
type htmlTextAreaElement = htmlElement_like(_htmlTextAreaElement);ocaml
type _htmlTimeElementreasonml
type _htmlTimeElement;ocaml
type htmlTimeElement = _htmlTimeElement htmlElement_likereasonml
type htmlTimeElement = htmlElement_like(_htmlTimeElement);ocaml
type _htmlTitleElementreasonml
type _htmlTitleElement;ocaml
type htmlTitleElement = _htmlTitleElement htmlElement_likereasonml
type htmlTitleElement = htmlElement_like(_htmlTitleElement);ocaml
type _htmlTrackElementreasonml
type _htmlTrackElement;ocaml
type htmlTrackElement = _htmlTrackElement htmlElement_likereasonml
type htmlTrackElement = htmlElement_like(_htmlTrackElement);ocaml
type _htmlUlistElementreasonml
type _htmlUlistElement;ocaml
type htmlUlistElement = _htmlUlistElement htmlElement_likereasonml
type htmlUlistElement = htmlElement_like(_htmlUlistElement);ocaml
type _htmlUnknownElementreasonml
type _htmlUnknownElement;ocaml
type htmlUnknownElement = _htmlUnknownElement htmlElement_likereasonml
type htmlUnknownElement = htmlElement_like(_htmlUnknownElement);ocaml
type _htmlVideoElementreasonml
type _htmlVideoElement;ocaml
type htmlVideoElement = _htmlVideoElement htmlElement_likereasonml
type htmlVideoElement = htmlElement_like(_htmlVideoElement);ocaml
type locationreasonml
type location;ocaml
type windowreasonml
type window;ocaml
type _xmlDocumentreasonml
type _xmlDocument;ocaml
type xmlDocument = _xmlDocument document_likereasonml
type xmlDocument = document_like(_xmlDocument);ocaml
type 'a event_likereasonml
type event_like('a);ocaml
type event = _baseClass event_likereasonml
type event = event_like(_baseClass);ocaml
type 'a _uiEventreasonml
type _uiEvent('a);ocaml
type 'a uiEvent_like = 'a _uiEvent event_likereasonml
type uiEvent_like('a) = event_like(_uiEvent('a));ocaml
type uiEvent = _baseClass uiEvent_likereasonml
type uiEvent = uiEvent_like(_baseClass);ocaml
type _animationEventreasonml
type _animationEvent;ocaml
type animationEvent = _animationEvent event_likereasonml
type animationEvent = event_like(_animationEvent);ocaml
type _beforeUnloadEventreasonml
type _beforeUnloadEvent;ocaml
type beforeUnloadEvent = _beforeUnloadEvent event_likereasonml
type beforeUnloadEvent = event_like(_beforeUnloadEvent);ocaml
type _clipboardEventreasonml
type _clipboardEvent;ocaml
type clipboardEvent = _clipboardEvent event_likereasonml
type clipboardEvent = event_like(_clipboardEvent);ocaml
type _closeEventreasonml
type _closeEvent;ocaml
type closeEvent = _closeEvent event_likereasonml
type closeEvent = event_like(_closeEvent);ocaml
type _compositionEventreasonml
type _compositionEvent;ocaml
type compositionEvent = _compositionEvent uiEvent_likereasonml
type compositionEvent = uiEvent_like(_compositionEvent);ocaml
type _customEventreasonml
type _customEvent;ocaml
type customEvent = _customEvent event_likereasonml
type customEvent = event_like(_customEvent);ocaml
type _dragEventreasonml
type _dragEvent;ocaml
type dragEvent = _dragEvent event_likereasonml
type dragEvent = event_like(_dragEvent);ocaml
type _errorEventreasonml
type _errorEvent;ocaml
type errorEvent = _errorEvent event_likereasonml
type errorEvent = event_like(_errorEvent);ocaml
type _focusEventreasonml
type _focusEvent;ocaml
type focusEvent = _focusEvent uiEvent_likereasonml
type focusEvent = uiEvent_like(_focusEvent);ocaml
type _idbVersionChangeEventreasonml
type _idbVersionChangeEvent;ocaml
type idbVersionChangeEvent = _idbVersionChangeEvent event_likereasonml
type idbVersionChangeEvent = event_like(_idbVersionChangeEvent);ocaml
type _inputEventreasonml
type _inputEvent;ocaml
type inputEvent = _inputEvent uiEvent_likereasonml
type inputEvent = uiEvent_like(_inputEvent);ocaml
type _keyboardEventreasonml
type _keyboardEvent;ocaml
type keyboardEvent = _keyboardEvent uiEvent_likereasonml
type keyboardEvent = uiEvent_like(_keyboardEvent);ocaml
type _messageEventreasonml
type _messageEvent;ocaml
type messageEvent = _messageEvent event_likereasonml
type messageEvent = event_like(_messageEvent);ocaml
type 'a _mouseEventreasonml
type _mouseEvent('a);ocaml
type 'a mouseEvent_like = 'a _mouseEvent uiEvent_likereasonml
type mouseEvent_like('a) = uiEvent_like(_mouseEvent('a));ocaml
type mouseEvent = _baseClass mouseEvent_likereasonml
type mouseEvent = mouseEvent_like(_baseClass);ocaml
type _pageTransitionEventreasonml
type _pageTransitionEvent;ocaml
type pageTransitionEvent = _pageTransitionEvent event_likereasonml
type pageTransitionEvent = event_like(_pageTransitionEvent);ocaml
type _pointerEventreasonml
type _pointerEvent;ocaml
type pointerEvent = _pointerEvent mouseEvent_likereasonml
type pointerEvent = mouseEvent_like(_pointerEvent);ocaml
type _popStateEventreasonml
type _popStateEvent;ocaml
type popStateEvent = _popStateEvent event_likereasonml
type popStateEvent = event_like(_popStateEvent);ocaml
type _progressEventreasonml
type _progressEvent;ocaml
type progressEvent = _progressEvent event_likereasonml
type progressEvent = event_like(_progressEvent);ocaml
type _relatedEventreasonml
type _relatedEvent;ocaml
type relatedEvent = _relatedEvent event_likereasonml
type relatedEvent = event_like(_relatedEvent);ocaml
type _storageEventreasonml
type _storageEvent;ocaml
type storageEvent = _storageEvent event_likereasonml
type storageEvent = event_like(_storageEvent);ocaml
type _svgZoomEventreasonml
type _svgZoomEvent;ocaml
type svgZoomEvent = _svgZoomEvent event_likereasonml
type svgZoomEvent = event_like(_svgZoomEvent);ocaml
type _timeEventreasonml
type _timeEvent;ocaml
type timeEvent = _timeEvent event_likereasonml
type timeEvent = event_like(_timeEvent);ocaml
type _touchEventreasonml
type _touchEvent;ocaml
type touchEvent = _touchEvent uiEvent_likereasonml
type touchEvent = uiEvent_like(_touchEvent);ocaml
type _trackEventreasonml
type _trackEvent;ocaml
type trackEvent = _trackEvent event_likereasonml
type trackEvent = event_like(_trackEvent);ocaml
type _transitionEventreasonml
type _transitionEvent;ocaml
type transitionEvent = _transitionEvent event_likereasonml
type transitionEvent = event_like(_transitionEvent);ocaml
type _webGlContextEventreasonml
type _webGlContextEvent;ocaml
type webGlContextEvent = _webGlContextEvent event_likereasonml
type webGlContextEvent = event_like(_webGlContextEvent);ocaml
type _wheelEventreasonml
type _wheelEvent;ocaml
type wheelEvent = _wheelEvent uiEvent_likereasonml
type wheelEvent = uiEvent_like(_wheelEvent);ocaml
type rangereasonml
type range;ocaml
type selectionreasonml
type selection;ocaml
type domTokenListreasonml
type domTokenList;ocaml
type domSettableTokenListreasonml
type domSettableTokenList;type nodeFilter = {acceptNode : element -> int;
ocaml
}reasonml
};ocaml
type nodeIteratorreasonml
type nodeIterator;ocaml
type treeWalkerreasonml
type treeWalker;ocaml
type svgRectreasonml
type svgRect;ocaml
type svgPointreasonml
type svgPoint;ocaml
type eventPointerIdreasonml
type eventPointerId;ocaml
type messageChannelreasonml
type messageChannel;ocaml
module Storage : sig ... endreasonml
module Storage: { ... };