Package-level declarations
Types
Configuration class of the editor.
Basic builder class for EditorConfiguration.
Functions
A composable overload for EditorConfiguration.Companion.remember that uses EditorConfigurationBuilder to create and remember an EditorConfiguration instance. Check the documentation of overloaded EditorConfiguration.Companion.remember 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. Check the documentation of overloaded EditorConfiguration.Companion.remember function below for more details. Note that both builderFactory and builder lambdas run only once, therefore you should not have builder property reassignments based on conditions:
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.