Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OptionCheckbox

An option allowing you to choose between true and false

Hierarchy

  • OptionCheckbox

Index

Properties

Optional defaultValue

defaultValue: boolean

The default value for this option

Optional descr

descr: string

The description of this option

type

type: "boolean"

The type of the option

value

value: null | boolean

The value of this option

Generated using TypeDoc