[]
        
(Showing Draft Content)

Inputman.GcDropDownSlider

GcDropDownSlider クラス

ドロップダウンスライダーの設定情報を定義します。

階層

  • GcDropDownSlider

コンストラクタ

constructor

プロパティ

direction

direction: SliderDirection

スライダーの方向

height

height: number

方向が垂直の場合のスライダーの高さ

keyStep

keyStep: number

ツールチップに表示する目盛りの書式

markLabelFormat

markLabelFormat: FormatFunction

目盛りラベルの表示書式

markLabelPosition

markLabelPosition: SliderTooltipPosition

目盛りラベルの表示位置

markTipFormat

markTipFormat: FormatFunction

目盛りツールチップの表示書式

marks

marks: number[]

スライダーの目盛り

max

max: number

最大値

min

min: number

最小値

showMarkLabel

showMarkLabel: boolean

目盛りラベルを表示するかどうか

showMarkTip

showMarkTip: boolean

目盛りをツールチップで表示するかどうか

step

step: number | null

ステップ

tooltipFormat

tooltipFormat: FormatFunction

ツールチップの表示書式

tooltipPosition

tooltipPosition: SliderTooltipPosition

ツールチップの表示位置

tooltipShowMode

tooltipShowMode: SliderTooltipShowMode

ツールチップの表示方法

valueChangeMode

valueChangeMode: SliderValueChangeMode

入力値が変更されるタイミング

width

width: number

方向が水平の場合のスライダーの幅