Hierarchy

  • AgvAction

Properties

actionDescription?: string

free text: description of the action

actionParameters?: AgvActionActionParameter[]

list of parameters. if not defined, the action has no parameters

actionScopes: AgvActionActionScope[]

list of allowed scopes for using this action-type. INSTANT: usable as instantAction, NODE: usable on nodes, EDGE: usable on edges.

actionType: string

unique actionType corresponding to action.actionType

resultDescription?: string

free text: description of the resultDescription

Generated using TypeDoc