widget/react/event

Types

pub type ChangeEvent
pub type Event
pub type FocusEvent
pub type FormEvent
pub type KeyboardEvent
pub type MouseEvent

Values

pub fn key(event: event) -> String

키보드 이벤트의 키 값

pub fn prevent_default(event: event) -> Nil

기본 동작 방지

pub fn stop_propagation(event: event) -> Nil

이벤트 전파 중지

pub fn target_value(event: event) -> String

input/textarea의 현재 값 추출

Search Document