Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ToProgressOptions

Index

Properties

Optional color

color: undefined | string

Progress bar color

default

'#F44336'

Optional duration

duration: undefined | number

CSS transition duration for .finish(), .setProgress(), .increase(), .decrease(), and .reset()

default

'0.2s'

Optional height

height: undefined | string

Progress bar height

default

'2px'

Optional id

id: undefined | string

id attribute to assign progress bar element

default

'toprogress'

Optional position

position: undefined | string

Progress bar position. top or bottom

default

'top'

Optional selector

selector: undefined | string

Selector of progress bar container

default

'body'

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc