DitapMask

Ditap 알림창의 배경 클래스.
The background class of the Ditap notification window.

new Ditap.DitapMask(parent)

Name Type Default Description
parent Element document.querySelector("body") optional 부모 요소.
Parent element to which the mask will be inserted.
Example:
const container = document.getElementById("ditapContainer")
const mask = new Ditap.DitapMask(container);

mask.open();

Methods

close()

마스크 비활성화.
Disable mask element.

close()

마스크 비활성화.
Disable mask element.

destroy()

마스크 파괴.
destroy mask element.

destroy()

마스크 파괴.
destroy mask element.

open()

마스크 요소 활성화.
Enable mask element.

open()

마스크 요소 활성화.
Enable mask element.
Ditap 알림창의 배경 클래스.
The background class of the Ditap notification window.

new Ditap.DitapMask(parent)

Name Type Default Description
parent Element document.querySelector("body") optional 부모 요소.
Parent element to which the mask will be inserted.
Example:
const container = document.getElementById("ditapContainer")
const mask = new Ditap.DitapMask(container);

mask.open();

Methods

close()

마스크 비활성화.
Disable mask element.

close()

마스크 비활성화.
Disable mask element.

destroy()

마스크 파괴.
destroy mask element.

destroy()

마스크 파괴.
destroy mask element.

open()

마스크 요소 활성화.
Enable mask element.

open()

마스크 요소 활성화.
Enable mask element.