Editor Configuration
Configuration class of the editor.
Constructors
Properties
Functions
A composable overload for EditorConfiguration.then that uses EditorConfigurationBuilder to create and remember an EditorConfiguration instance. Check the documentation of overloaded EditorConfiguration.then function below for more details. Note that builder lambda runs only once, therefore you should not have builder property reassignments based on conditions:
A composable function that creates and remembers an EditorConfiguration instance on top of an existing EditorConfiguration. Existing configuration effectively becomes the parent configuration for the newly created EditorConfiguration. It is useful to use this function when you want to extend the editor configuration by preexisting EditorConfigurationBuilders, such as plugins provided by IMG.LY.