ACTION_SUBTYPE: { INTRINSIC: "intrinsic"; SCRIPT: "script" }

Map of action-subtype key → value.

Type declaration

  • ReadonlyINTRINSIC: "intrinsic"

    Intrinsic actions are built-in behaviors of the system.

  • ReadonlySCRIPT: "script"

    Script actions are defined by user-provided scripts.