DitapNavigationHelpButton

도움말 단일 버튼 위젯.
A single button widget for mouse usage instructions.

new Ditap.DitapNavigationHelpButton(options)

Name Type Description
options object 아래 속성 포함 객체.
Object with the following properties:
Name Type Description
container Element | string 위젯을 포함할 DOM 요소 또는 ID.
The DOM element or ID that will contain the widget.
Example:
const viewer = new Ditap.DitapViewer("ditapContainer");
const container = viewer.container;

const navigationHelpContainer= container.getElementsByClassName(
   "js-ditap-toolbal-top-btn2"
 )[0];

new Ditap.DitapNavigationHelpButton({
  viewer: viewer,
  container: navigationHelpContainer,
});

Extends

Members

container : Element

Gets the parent container.
Inherited From:
Gets the view model.
Inherited From:

Methods

close()

도움말 팝업 닫기.
Close NavigationHelp Popup

destroy()

위젯 파괴.
Destroys the widget.

isDestroyed()boolean

Returns:
true if the object has been destroyed, false otherwise.
Inherited From:

open()

도움말 팝업 열기.
Open NavigationHelp Popup