EditorComponent

A class that represents a component that can be rendered in the editor.

Use EditorComponent.Companion.remember function to create ambiguous components or use our inherited classes. Check EditorComponentBuilder to see what each property does.

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
Link copied to clipboard

A utility class for building list of EditorComponents.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract val id: EditorComponentId
Link copied to clipboard
abstract val modifier: Modifier
Link copied to clipboard
abstract val scope: Scope
Link copied to clipboard
abstract val visible: Boolean