Skip to main content

Module universal

Module universal 

Source
Expand description

Registration of the universal default view and editor.

Both are registered as the lowest-quality, always-matching lens of their kind, so dispatch ends here when nothing specialized claims a value.

Constants§

UNIVERSAL_EDITOR_ID
The universal default editor lens id.
UNIVERSAL_VIEW_ID
The universal default view lens id.

Functions§

register_universal_default
Register the universal default view and editor into registry. When readonly is set, the universal editor renders but never commits.