Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptions

An options object for creating a scroll bar.

Hierarchy

  • IOptions

Index

Properties

Optional maximum

maximum: number

The maximum value for the scroll bar.

The default is 100.

Optional orientation

orientation: Orientation

The orientation of the scroll bar.

The default is 'vertical'.

Optional page

page: number

The page size for the scroll bar.

The default is 10.

Optional value

value: number

The value for the scroll bar.

The default is 0.

Generated using TypeDoc