FacetEnabler
A facet is a labeled value that is associated with an editor state. It takes inputs from any number of extensions, and combines those into a single output value.
Inheritors
Types
Link copied to clipboard
data class DynamicExtension<Input, Output>(val fn: (Facet<Input, Output>) -> Extension) : FacetEnabler<Input, Output>
Link copied to clipboard