Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActIdChainable

An interface containing method type signatures for any Action containing a .actId() method.

Hierarchy

  • ActIdChainable

Implemented by

Index

Properties

Properties

Optional actId

actId: undefined | (<K>(this: K, actId: string) => Omit<K, "actId">)