Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConfigAttrs

Hierarchy

Index

Properties

container: HTMLElement

Container, that will contain all the modules.

initialValues: number[]

Initial values for JSR. Determines number of supported values at all.

max: number

Maximum value JSR can accept

min: number

Minimum value JSR can accept

step: number

Step between values (can be float)

example

for min: 0, and max: 100, and step: 1 it gives you 101 possible values

example

for step: 0.1 it gives you 1001 possible values

Generated using TypeDoc