Struct freya::prelude::GestureAreaProps
source · pub struct GestureAreaProps<'a> {
pub children: Option<VNode<'a>>,
pub ongesture: EventHandler<'a, Gesture>,
}
Expand description
GestureArea
component properties.
Fields§
§children: Option<VNode<'a>>
Inner children for the GestureArea.
ongesture: EventHandler<'a, Gesture>
Handler for the ongesture
event.
Implementations§
source§impl<'a> GestureAreaProps<'a>
impl<'a> GestureAreaProps<'a>
Trait Implementations§
source§impl<'a> Properties for GestureAreaProps<'a>
impl<'a> Properties for GestureAreaProps<'a>
§type Builder = GestureAreaPropsBuilder<'a, ((), ())>
type Builder = GestureAreaPropsBuilder<'a, ((), ())>
The type of the builder for this component.
Used to create “in-progress” versions of the props.
source§fn builder() -> <GestureAreaProps<'a> as Properties>::Builder
fn builder() -> <GestureAreaProps<'a> as Properties>::Builder
Create a builder for this component.