BaseTypewriterAction

TYPE DEFINITION

Represents an action taken by the user can either be a key press, or a mouse click.

Since 1.2.0

Properties

  • cursor

    number

    The cursor responsible for the action. Is the value is the index of the cursor in the Typewriters cursors array.

    Since 1.2.0

  • delay

    number

    The time in milliseconds after the previous action to wait until the action is performed.

    Since 1.2.0

  • type

    TypewriterActionType

    The type of action which will be taken.

    Since 1.2.0