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

550 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 
  }
}