Constant freya_elements::attributes::cursor_reference::cursor_reference
source · pub const cursor_reference: (&'static str, Option<&'static str>, bool);
Expand description
This attribute is typically used with text components or custom editors that need to
control cursor placement and selection programmatically. It’s obtained from hooks like
use_editable
that manage text editing functionality.