Form

Type Alias Form 

Source
pub type Form<'element> = Widget<'element, Component, Component, Component>;
Expand description

Form is a generic widget (components can be of any type) that allows generating a SubmitCallback action with the model component’s current callback ID

Aliased Type§

pub struct Form<'element>(pub &'element Component, pub &'element Component, pub &'element Component);

Tuple Fields§

§0: &'element Component§1: &'element Component§2: &'element Component