content
ツールチップに表示する内容を取得または設定します。
popupイベントのイベントハンドラでこのパラメーターを使用して、ツールチップの内容を変更できます。
- 型
- string
constructor(content: string, element?: HTMLElement): TooltipEventArgs
TooltipEventArgsクラスの新しいインスタンスを初期化します。
String to show in the tooltip.
HTMLElement that the tip refers to.
popupイベントの引数を提供します。