Namespace Dom

DOM module has some functions for easing DOM manipulation.

Components

  • DataTable: Creates a HTML table from an object/map of objects
  • log: log to DOM

Basic DOM manipulation

Position/size

Etc

  • copyToClipboard: Attempt to copy a string representation to clipboard
  • cycleCssClass: Given an array of css classes cycle between them each time function is called

Getting DOM references

  • resolveEl: resolve an element by query or instance
  • byId: Gets an element by id, or throws an error

Index

Namespaces

Classes

Type Aliases

Functions