EditorScope

open class EditorScope

Scope of the editor. All the callbacks (both regular and composable) that configure the editor are within this scope object.

Inheritors

Constructors

Link copied to clipboard
constructor(parentScope: EditorScope)

Properties

Link copied to clipboard

The context of the editor. This property should be used to access all the properties and functions within the editor. It is an extension function on purpose to make accessing this object more obvious that it's part of the EditorScope and not a customer's property (italic in Android Studio makes it more obvious).