freya_elements/attributes/
text_editing_attributes.rs

1use crate::def_attribute;
2
3def_attribute!(
4    cursor_index,
5    cursor_color,
6    cursor_mode,
7    cursor_id,
8    highlights,
9    highlight_color,
10    highlight_mode,
11);