Skip to main content

UI_OP_ALIASES

Constant UI_OP_ALIASES 

Source
pub const UI_OP_ALIASES: &[(&str, &str)];
Expand description

Known UI operation aliases that map to a canonical name.

Extensions may use either form; the normalization contract treats them as equivalent during comparison. The canonical form is the short verb (e.g. "status") so that setStatus, set_status, and status all compare equal after normalization.