DartBlockInteractionType enum

Inheritance
Available extensions
Annotations
  • @JsonEnum.new()

Values

tapExceptionIndicatorInToolbox → const DartBlockInteractionType
tapExceptionIndicatorOnCausingStatement → const DartBlockInteractionType
executedProgram → const DartBlockInteractionType
executedProgramInterruptedByException → const DartBlockInteractionType

Special: this is not necessarily a user interaction, but it results automatically after the user's 'exectedProgram' interaction in case the program's execution is interrupted by an exception being thrown.

openHelpCenter → const DartBlockInteractionType
viewHelpCenterItem → const DartBlockInteractionType
openConsole → const DartBlockInteractionType
viewScript → const DartBlockInteractionType
copyScript → const DartBlockInteractionType
saveScriptToFile → const DartBlockInteractionType
returnToEditorFromScriptView → const DartBlockInteractionType
undockToolbox → const DartBlockInteractionType
dockToolbox → const DartBlockInteractionType
startDraggingUndockedToolbox → const DartBlockInteractionType
finishDraggingUndockedToolbox → const DartBlockInteractionType
changeToolboxTab → const DartBlockInteractionType
openNewFunctionEditorFromToolbox → const DartBlockInteractionType
openNewFunctionEditorFromCanvas → const DartBlockInteractionType
editFunction → const DartBlockInteractionType
createdFunction → const DartBlockInteractionType
editedFunction → const DartBlockInteractionType
deletedFunction → const DartBlockInteractionType
createFunctionParameter → const DartBlockInteractionType
createdFunctionParameter → const DartBlockInteractionType
editFunctionParameter → const DartBlockInteractionType
editedFunctionParameter → const DartBlockInteractionType
deletedFunctionParameter → const DartBlockInteractionType
tapMainFunctionHeader → const DartBlockInteractionType
startedDraggingStatementFromToolbox → const DartBlockInteractionType
droppedStatementFromToolboxToDragTarget → const DartBlockInteractionType
droppedStatementFromToolboxToExistingStatement → const DartBlockInteractionType
tapToolboxDragTarget → const DartBlockInteractionType
tapStatementFromStatementPicker → const DartBlockInteractionType
createdStatement → const DartBlockInteractionType
tapStatement → const DartBlockInteractionType
editStatement → const DartBlockInteractionType
editedStatement → const DartBlockInteractionType
copyStatement → const DartBlockInteractionType
cutStatement → const DartBlockInteractionType
duplicateStatement → const DartBlockInteractionType
deleteStatement → const DartBlockInteractionType
pasteStatementOnExistingStatement → const DartBlockInteractionType
pasteStatementToToolboxDragTarget → const DartBlockInteractionType
startedDraggingStatementToReorder → const DartBlockInteractionType
reorderedStatement → const DartBlockInteractionType
changeWhileLoopType → const DartBlockInteractionType
tapNumberComposerConstant → const DartBlockInteractionType
tapNumberComposerDecimalPoint → const DartBlockInteractionType
tapNumberComposerOperator → const DartBlockInteractionType
tapNumberComposerNegate → const DartBlockInteractionType
tapNumberComposerBackspace → const DartBlockInteractionType
tapNumberComposerUndo → const DartBlockInteractionType
tapNumberComposerRedo → const DartBlockInteractionType
tapNumberComposerFunctionCall → const DartBlockInteractionType
tapNumberComposerVariablePicker → const DartBlockInteractionType
saveNumberComposerFunctionCall → const DartBlockInteractionType
pickNumberComposerVariable → const DartBlockInteractionType
changeNumberComposerOperatorThroughNode → const DartBlockInteractionType
selectNumberComposerValueNode → const DartBlockInteractionType
deselectNumberComposerValueNode → const DartBlockInteractionType
swipeNumberComposerValueToBackspace → const DartBlockInteractionType
tapBooleanComposerConstant → const DartBlockInteractionType
tapBooleanComposerBackspace → const DartBlockInteractionType
tapBooleanComposerUndo → const DartBlockInteractionType
tapBooleanComposerRedo → const DartBlockInteractionType
tapBooleanComposerFunctionCall → const DartBlockInteractionType
tapBooleanComposerVariablePicker → const DartBlockInteractionType
tapBooleanComposerLogicalOperator → const DartBlockInteractionType
tapBooleanComposerEqualityOperator → const DartBlockInteractionType
tapBooleanComposerNumberComparisonOperator → const DartBlockInteractionType
tapBooleanComposerTextToggleToShow → const DartBlockInteractionType
tapBooleanComposerTextToggleToHide → const DartBlockInteractionType
tapBooleanComposerNumberToggleToShow → const DartBlockInteractionType
tapBooleanComposerNumberToggleToHide → const DartBlockInteractionType
changeBooleanComposerLogicalOperatorThroughNode → const DartBlockInteractionType
changeBooleanComposerEqualityOperatorThroughNode → const DartBlockInteractionType
changeBooleanComposerNumberComparisonOperatorThroughNode → const DartBlockInteractionType
selectBooleanComposerValueNode → const DartBlockInteractionType
deselectBooleanComposerValueNode → const DartBlockInteractionType
swipeBooleanComposerValueToBackspace → const DartBlockInteractionType
saveBooleanComposerFunctionCall → const DartBlockInteractionType
pickBooleanComposerVariable → const DartBlockInteractionType
tapConcatenationValueComposerBackspace → const DartBlockInteractionType
tapConcatenationValueComposerUndo → const DartBlockInteractionType
tapConcatenationValueComposerRedo → const DartBlockInteractionType
tapConcatenationValueComposerTextToggleToShow → const DartBlockInteractionType
tapConcatenationValueComposerTextToggleToHide → const DartBlockInteractionType
tapConcatenationValueComposerFunctionCallToggleToShow → const DartBlockInteractionType
tapConcatenationValueComposerFunctionCallToggleToHide → const DartBlockInteractionType
tapConcatenationValueComposerVariablePickerToggleToShow → const DartBlockInteractionType
tapConcatenationValueComposerVariablePickerToggleToHide → const DartBlockInteractionType
tapConcatenationValueComposerNumberToggleToShow → const DartBlockInteractionType
tapConcatenationValueComposerNumberToggleToHide → const DartBlockInteractionType
tapConcatenationValueComposerBooleanToggleToShow → const DartBlockInteractionType
tapConcatenationValueComposerBooleanToggleToHide → const DartBlockInteractionType
selectConcatenationValueComposerValueNode → const DartBlockInteractionType
deselectConcatenationValueComposerValueNode → const DartBlockInteractionType
reorderConcatenationValueComposerValueNode → const DartBlockInteractionType
addElseIfBlockToIfThenElseStatement → const DartBlockInteractionType
deleteElseIfBlockToIfThenElseStatement → const DartBlockInteractionType
reorderElseIfBlockOfIfThenElseStatement → const DartBlockInteractionType

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<DartBlockInteractionType>
A constant List of the values in this enum, in order of their declaration.