1
0
Fork 0
freesewing/markdown/dev/reference/api/config/options/counter/en.md
2022-02-19 08:04:25 +01:00

671 B

title
counter

For a given number of things, use a counter option. Counters are for integers only. Things like number of buttons and so on.

Structure

Your counter option should be a plain object with these properties:

Example

options: {
  butttons: { 
    count: 7, 
    min:   4,
    max:  12 
  }
}