BlueprintSummaryAction enum
Section 12 (Blueprint Summary and Review) for the Customize configurator — the v2 counterpart to displaySummary/promptSummaryAction (FR-006, FR-039, T048). Extends the file rather than replacing the v1 fixed-stack summary those still-used functions render for Recommended/Minimal's identity-collection step.
Values
- continueAction → const BlueprintSummaryAction
- editSection → const BlueprintSummaryAction
- cancel → const BlueprintSummaryAction
- restart → const BlueprintSummaryAction
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Constants
-
values
→ const List<
BlueprintSummaryAction> - A constant List of the values in this enum, in order of their declaration.