Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Actor

description

The Actor is an activity life cycle event meant to prep the application for data extraction by interaction with the UI

author

Alex Chomiak

date

2020-06-25

export

Hierarchy

  • Actor

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private handler

handler: ActorHandler

Methods

call

  • call(page: Page, ref: Activity): Promise<void>
  • description

    Trigger Actor handler

    author

    Alex Chomiak

    date

    2020-06-25

    memberof

    Actor

    Parameters

    Returns Promise<void>

getType

  • getType(): String
  • description

    Return event type

    author

    Alex Chomiak

    date

    2020-06-25

    memberof

    Actor

    Returns String

    type

Generated using TypeDoc