Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BoolValue

True or false.

Example:

{
    valueType: 'bool',
    bool: true
}

To express values in a more concise way, you can have a look at the ValueHelpers.

Hierarchy

  • BoolValue

Index

Properties

Properties

bool

bool: boolean

valueType

valueType: "bool"

Generated using TypeDoc