Abstract base class for defining an action type. This class serves as a blueprint for specific action types that will implement the type property.

Hierarchy (View Summary)

Constructors

Properties

Constructors

Properties

type: string

A string representing the type of the action. This must be implemented by subclasses.