Options
All
  • Public
  • Public/Protected
  • All
Menu
remarks

@since 2.7.0

Hierarchy

  • LoopOptions

Index

Properties

increment: boolean

Boolean if the value should be incremented or decremented by 1.

max: number

The max number that can be used before looping to the min value.

min?: number

An optional min value that can be used before looping to the max value.

defaultvalue

0

minmax?: boolean

Boolean if the looping should be ignored and only the min/max options should be respected. In other words, the looping behavior will be disabled and the value must be: min >= value <= max

value: number

The current value that should be modified.

Generated using TypeDoc