Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace for the JScrollpane jQuery plugin.

Contains some additional types and interfaces required for the typings.

Index

Type Aliases

ArrowPosition: "split" | "before" | "after" | "os"

Defines where the arrows should be drawn. Allows you to choose where the arrows appear relative to the tracks and each of the settings has four valid values:

  • split: First arrow will appear before track, second arrow afterwards (the default)
  • before: Both arrows will appear before the track.
  • after: Both arrows will appear after the track (as is default on OSX).
  • os: The positioning of the arrows will be chosen dependant on the users operating system (e.g. the value will be "after" for OSX and "split" or other operating systems).

Generated using TypeDoc