ContentExtensionDescriptor class final

Inheritance
  • Object
  • ExtensionDescriptor
  • ContentExtensionDescriptor

Constructors

ContentExtensionDescriptor({List<ContentDescriptor>? contents, List<TypeDescriptor<ContentModifierConfiguration>>? contentModifiers, List<ContentBuilder<ContentItem>>? contentBuilders, List<TypeDescriptor<ActionConfiguration>>? actions, List<TypeDescriptor<ConditionConfiguration>>? conditions, List<TypeDescriptor<RouteTypeConfiguration>>? routeTypes})

Properties

actions List<TypeDescriptor<ActionConfiguration>>?
final
conditions List<TypeDescriptor<ConditionConfiguration>>?
final
contentBuilders List<ContentBuilder<ContentItem>>?
final
contentModifiers List<TypeDescriptor<ContentModifierConfiguration>>?
final
contents List<ContentDescriptor>?
final
hashCode int
The hash code for this object.
no setterinherited
routeTypes List<TypeDescriptor<RouteTypeConfiguration>>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceFeature String?
The name of the feature which this extension belongs to. This is set by the Vyuh bootstrapping process
no setterinherited
title String
The title of the extension.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onSourceFeatureUpdated() → dynamic
inherited
setSourceFeature(String featureName) → void
Sets the source feature for this extension. This is called by the Vyuh bootstrapping process.
inherited
toString() String
A string representation of this object.
inherited

Operators

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