1
0
Fork 0
freesewing/markdown/dev/reference/api/config/options/bool/en.md
Joost De Cock 249f2600e5 chore: More linting
@nicholasdower is smarter than me. What's missing was the
`listItemIndent` setting
2022-02-20 14:44:38 +01:00

546 B

title
boolean

For options where the choice is either true or false, on or off, or yes or no, use a boolean option.

Structure

A boolean option is a plain object with these properties:

Example

options: {
  withLining: { 
    bool: true 
  }
}