.. role:: ts-api-decorator

##################
StateMachineAction
##################

.. js:module:: Util
   :noindex:

.. container:: ts-api-section

   .. js:class:: StateMachineAction

      StateMachineAction common interface for action with and without payload.



.. container:: api-index-section

   .. rubric:: Properties

   .. rst-class:: api-index-list-item api-kind-property api-parent-kind-interface

   * :js:attr:`~Util.StateMachineAction.name`
   * :js:attr:`~Util.StateMachineAction.payload`





------------

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: StateMachineAction.name

      :type: ActionName





.. container:: ts-api-section

   .. js:attribute:: StateMachineAction.payload

      :type: Payload





