MCPcopy Create free account
hub / github.com/angular-rust/ux-components / update_cur

Method update_cur

src/elements/textedit.rs:244–247  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

242
243 #[inline]
244 pub fn update_cur(&self) {
245 let index = self.state.borrow().index;
246 self.onchangeindex.emit(&index);
247 }
248}
249
250impl AsRef<RefCell<WidgetComponent>> for TextEditElement {

Callers 3

refreshMethod · 0.45
set_display_charMethod · 0.45
move_cursorMethod · 0.45

Calls 1

emitMethod · 0.80

Tested by

no test coverage detected