Home > @cascadiacollections/fluentui-compat > IUseBooleanCallbacks
IUseBooleanCallbacks interface
Updater callbacks returned by useBoolean
.
Signature:
export interface IUseBooleanCallbacks
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
() => void |
Set the value to false. Always has the same identity. | ||
() => void |
Set the value to true. Always has the same identity. | ||
() => void |
Toggle the value. Always has the same identity. |