pub type NumberInputOnValueChangeCallbackType = extern "C" fn(RefAny, CallbackInfo, NumberInputState) -> Update;Expand description
Callback type invoked when the numeric value changes.
pub type NumberInputOnValueChangeCallbackType = extern "C" fn(RefAny, CallbackInfo, NumberInputState) -> Update;Callback type invoked when the numeric value changes.