JavaScriptAction

Action that should trigger execution of JavaScript embedded in it.

Constructors

Link copied to clipboard
constructor(@NonNull script: String)
Constructs the JavaScript action with given script.
constructor(@Nullable script: String, @Nullable subActions: List<Action>)
Constructs the JavaScript action with given script.

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
Returns type of action to make down-casting easier.
Link copied to clipboard
open fun hashCode(): Int