pub static CAN_SAVE_VAR: ContextVar<bool>Expand description
Defines if
on_save
and
on_pre_save
command handlers are enabled in a widget and descendants.
Use
can_save
to set. Is enabled by default.
pub static CAN_SAVE_VAR: ContextVar<bool>Defines if
on_save
and
on_pre_save
command handlers are enabled in a widget and descendants.
Use
can_save
to set. Is enabled by default.