ManifoldEditorScope<M> class
Constructors
-
ManifoldEditorScope({required ManifoldProvider<
M> provider, required ArtifactAccessor accessor, required ManifoldEditorRuntime runtime, required BehaviorSubject<String?> search, required bool enableSearch, required bool enableRawEditor, required Iterable<$AClass> allArtifactTypes, required ManifoldContainerStyle containerStyle, required ManifoldPropertyDecorator decorator, required ManifoldDecoratorBuilder? decoratorBuilder, required bool inlineSubObjects, required bool viewOnly, required Widget? propertyEditorBuilder(ManifoldContext context)?, required Map<Type, ManifoldEditorOverrideBuilder> ? editorOverrides}) -
const
Properties
- accessor → ArtifactAccessor
-
final
-
allArtifactTypes
→ Iterable<
$AClass> -
final
- containerStyle → ManifoldContainerStyle
-
final
- decorator → ManifoldPropertyDecorator
-
final
- decoratorBuilder → ManifoldDecoratorBuilder?
-
final
-
editorOverrides
→ Map<
Type, ManifoldEditorOverrideBuilder> ? -
final
- enableRawEditor → bool
-
final
- enableSearch → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- inlineSubObjects → bool
-
final
- propertyEditorBuilder → Widget? Function(ManifoldContext context)?
-
final
-
provider
→ ManifoldProvider<
M> -
final
- runtime → ManifoldEditorRuntime
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
search
→ BehaviorSubject<
String?> -
final
- viewOnly → bool
-
final
Methods
-
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