Function ::exo::ui::is_edit

Overview
fn is_edit() -> bool
Deprecated:Use async get_edit() instead, which pulls the actual state from the ui

Returns true if the Ui is in the edit status when the code was started. This edit state is not reflecting updates via set_edit, use get_edit().await instead to get the actual state at the time.