externalabstractExecuteScriptWithArguments
Hierarchy
- Interaction
- ExecuteScriptWithArguments
Index
Constructors
Methods
Constructors
externalconstructor
Parameters
externaldescription: Answerable<string>
externalscript: string | Function
externalargs: any[] = []
Returns ExecuteScriptWithArguments
Methods
externalinstantiationLocation
Returns the location where this
Activity
was instantiated.Returns FileSystemLocation
externaldescribedBy
Resolves the description of this object in the context of the provided
actor
.Parameters
externalactor: AnswersQuestions & UsesAbilities & { name: string }
Returns Promise<string>
externaltoString
Returns a human-readable description of this object.
Returns string
publicexternalabstractwithArguments
Instantiates this
Interaction
Parameters
externalrest...args: any[]
Arguments to parametrise the script with
Returns Interaction
externalperformAs
Parameters
externalactor: UsesAbilities & CollectsArtifacts & AnswersQuestions
Returns Promise<void>
Allows for a script to be executed to be parametrised.
Learn more
ExecuteScript