CompositeEditorExtension<TSourceDocument> class

Inheritance

Constructors

CompositeEditorExtension(List<EditorExtension<TSourceDocument>> extensions)
const

Properties

actionSpecs List<EditorActionSpec>
no setteroverride
extensions List<EditorExtension<TSourceDocument>>
final
fieldCodecs Map<CanvasFieldKey, FieldCodec>
Additional or overriding document field codecs.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
inspectorFieldRowBuilder InspectorFieldRowBuilder?
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scenePreparer → ScenePreparer?
Optional transformation applied after document resolution and before the runtime render pipeline builds its snapshot.
no setteroverride
surfaceFeatures EditorSurfaceFeatures
Construction-time configuration for the live editor surface.
no setteroverride

Methods

attach(EditorExtensionContext<TSourceDocument> context) → void
override
buildProviders() List<SingleChildWidget>
override
dispose() → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited