The type annotation of the value to be edited
Retrieve an inline editor component from the factory
The type annotation of the value to be edited
Whether the detail editor for a given type should be shown.
For some types, detail editors don't really make sense, since the type is too simple to ever warrant needing a popup. Type editors should not display a triple-dot in these cases.
The type annotation of the editor
Whether the detail editor button should be elided
Register a detailed editor, associating it with a given type annotation
The annotation to associate with in the factory
A constructor for a type editor
Register an inline editor, associating it with a given type annotation
The annotation to associate with in the factory
A constructor for a type editor
Supress a detail editor for a given type. Some types are simple enough that they don't need a detail editor, such as Booleans, Dates, and Numbers. These types are primitive enough that the existence of a detail editor isn't helpful, and just acts as clutter.
The type of the editor to supress
Generated using TypeDoc
Retrieve a detailed popup editor from the factory.
Popup editors should display more context, and expose more "knobs", than an inline editor. They are given more screen real estate and are displayed as first-class browser popups.
T The type of the value to be edited