ContentExtensionDescriptor class final
- Inheritance
-
- Object
- ExtensionDescriptor
- ContentExtensionDescriptor
Constructors
-
ContentExtensionDescriptor({List<
ContentDescriptor> ? contents, List<TypeDescriptor< ? contentModifiers, List<ContentModifierConfiguration> >ContentBuilder< ? contentBuilders, List<ContentItem> >TypeDescriptor< ? actions, List<ActionConfiguration> >TypeDescriptor< ? conditions, List<ConditionConfiguration> >TypeDescriptor< ? routeTypes})RouteTypeConfiguration> >
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