[]
        
(Showing Draft Content)

Inputman.TourTipDOM

TourTipDOM インターフェイス

GcTourコントロールのチップDOM構造。

階層

  • TourTipDOM

プロパティ

読み取り専用 closeButton

closeButton: HTMLElement

閉じるボタン要素。

読み取り専用 container

container: HTMLElement

チップのコンテナ要素。すべての子要素を含みます。

読み取り専用 description

description: HTMLElement

説明要素で、ステップの詳細な説明を表示します。

読み取り専用 footer

footer: HTMLElement

フッター領域の要素。

読み取り専用 footerButtons

footerButtons: HTMLElement

フッターボタンコンテナ。

読み取り専用 message

message: HTMLElement

メッセージ表示要素で、追加のヒント情報などを表示するために使用できます。

読み取り専用 nextButton

nextButton: HTMLElement

「次へ」ボタン要素。

読み取り専用 previousButton

previousButton: HTMLElement

「前へ」ボタン要素。

読み取り専用 progress

progress: HTMLElement

進行状況要素。

読み取り専用 title

title: HTMLElement

チップのタイトル要素で、現在のステップのタイトルを表示します。