Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DomOp

A helper class that supports the renderer.

Hierarchy

  • DomOp

Index

Methods

Static getClosest

  • getClosest(elem: any, selector: string): HTMLElement | null

Static getParent

Static getParents

  • getParents(elem: any, selector: string): Array<HTMLElement>

Static getParentsUntil

  • getParentsUntil(elem: any, parent: any, selector: string): Array<HTMLElement>

Generated using TypeDoc