Skip to main content

SwitchOnToggleCallbackType

Type Alias SwitchOnToggleCallbackType 

Source
pub type SwitchOnToggleCallbackType = extern "C" fn(RefAny, CallbackInfo, SwitchState) -> Update;
Expand description

Callback function type invoked when the switch is toggled.