pub type TextAreaOnFocusLostCallbackType = extern "C" fn(RefAny, CallbackInfo, TextAreaState) -> Update;Expand description
Invoked when the text area loses focus.
pub type TextAreaOnFocusLostCallbackType = extern "C" fn(RefAny, CallbackInfo, TextAreaState) -> Update;Invoked when the text area loses focus.