ArcadeConsoleMessageEvent class final

Represents a message produced by evaluating an Arcade script that calls the Arcade Console Function.

This event is emitted when the Arcade console function appears in an Arcade script expression.

The Arcade console function can be used to send information, such as variable values at different points within a script. Use this event to inspect messages from Arcade script evaluation.

See also: ArcGISEnvironment.arcadeConsoleMessage.

Properties

context ArcadeConsoleMessageContext
The Arcade context in which the message was sent.
final
hashCode int
The hash code for this object.
no setterinherited
message String
The message produced by the Arcade script.
final
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