Options
All
  • Public
  • Public/Protected
  • All
Menu

dom 연계 기능

browser

Hierarchy

  • Dom

Index

Constructors

Properties

Accessors

Constructors

constructor

  • new Dom(context: any): Dom

Properties

Private _mediaQuery

_mediaQuery: MediaQuery = null

Private context

context: Context = null

Accessors

body

  • get body(): HTMLElement

document

  • get document(): Document

mediaQuery

  • get mediaQuery(): { instance: any; state: any }

window

  • get window(): Window & globalThis