Scrollbar.(constructor)
Scrollbar
クラスの新しいインスタンスを作成します。
署名:
constructor(workspace: WorkspaceSvg, horizontal: boolean, opt_pair?: boolean, opt_class?: string, opt_margin?: number);
パラメータ
パラメータ | 型 | 説明 |
---|---|---|
ワークスペース | WorkspaceSvg | スクロールバーをバインドするワークスペース。 |
横向き | ブール値 | 横向きの場合は true、縦向きの場合は false。 |
opt_pair | ブール値 | (省略可)スクロールバーが水平と頂点のペアの一部である場合は true。 |
opt_class | 文字列 | (省略可)このスクロールバーに適用されるクラス。 |
opt_margin | 数値 | (省略可)このスクロールバーに適用するマージン。 |