Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LoopOptions

remarks

@since 2.7.0

Hierarchy

  • LoopOptions

Index

Properties

increment

increment: boolean

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

max

max: number

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

Optional min

min: number

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

defaultvalue

0

Optional minmax

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

value: number

The current value that should be modified.

Generated using TypeDoc