Skip to main content

TextAreaOnTextInputCallbackType

Type Alias TextAreaOnTextInputCallbackType 

Source
pub type TextAreaOnTextInputCallbackType = extern "C" fn(RefAny, CallbackInfo, TextAreaState) -> OnTextInputReturn;
Expand description

Invoked on each text edit. Returns whether the edit is valid (reusing TextInput’s OnTextInputReturn).