ReactiveBool extension
Extension for Reactive<bool> providing common boolean utilities.
Properties
- isFalse → bool
-
Available on Reactive<
Returns true if the value is false.bool> , provided by the ReactiveBool extensionno setter - isTrue → bool
-
Available on Reactive<
Returns true if the value is true.bool> , provided by the ReactiveBool extensionno setter
Methods
-
disable(
) → void -
Available on Reactive<
Sets the value to false.bool> , provided by the ReactiveBool extension -
enable(
) → void -
Available on Reactive<
Sets the value to true.bool> , provided by the ReactiveBool extension -
toggle(
) → void -
Available on Reactive<
Toggles the boolean value between true and false.bool> , provided by the ReactiveBool extension