Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueueChainable<TQueue>

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

Type parameters

  • TQueue: Queue = Queue

    The type of the queue. Defaults to Queue, but should be specified.

Hierarchy

  • QueueChainable

Implemented by

Index

Properties

Properties

Optional queue

queue: undefined | (<K>(this: K, queue: TQueue) => Omit<K, "queue">)