Constructor # new module:ProgressBar(positionDefinition, optionsopt) Slider constructor Parameters: Name Type Attributes Description positionDefinition PositionDefinition Top-left corner options ProgressBarOptions <optional> Specific options Source: modules/progress-bar/progress-bar.js, line 19 Extends module:Input Members # (static) defaultOptions :ProgressBarOptions Type: ProgressBarOptions Source: modules/progress-bar/progress-bar.js, line 114 # (static) HEIGHT :Number Height of sliders Type: Number Source: modules/progress-bar/progress-bar.js, line 128 # [undefined] :Number Type: Number Overrides: module:Input#[undefined] Source: modules/progress-bar/progress-bar.js, line 46 # height Return this height Source: modules/progress-bar/progress-bar.js, line 80 # value Returns this current value Overrides: module:Input#value Source: modules/progress-bar/progress-bar.js, line 88 # value Change this current value Overrides: module:Input#value Source: modules/progress-bar/progress-bar.js, line 96 # width Return this width Source: modules/progress-bar/progress-bar.js, line 60 # width Change this size Source: modules/progress-bar/progress-bar.js, line 68 Type Definitions # ProgressBarOptions Type: Object Properties Name Type Attributes Default Description value Number <optional> 0 Initial value width Number <optional> 200 Size of the slider speed Number <optional> 0.3 Transition speed between two value (0 mean no change, 1 mean instant change) Source: modules/progress-bar/progress-bar.js, line 104