316 B
316 B
title |
---|
boolean |
If your option is either true
or false
, or on or off or yes or no, you can use a boolean:
Your boolean option should be an object with these properties:
bool
: Eithertrue
orfalse
which will be the default
options: {
withLining: { bool: true }
}