Struct dioxus_core::VText
source · Expand description
An instance of some text, mounted to the DOM
Fields§
§value: &'a strThe actual text itself
id: Cell<Option<ElementId>>The ID of this node in the real DOM
An instance of some text, mounted to the DOM
value: &'a strThe actual text itself
id: Cell<Option<ElementId>>The ID of this node in the real DOM