Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AsyncCombinerContextOptions

Options that can be specified when creating the context object

Hierarchy

Index

Properties

Properties

Optional clone

clone: undefined | false | true

Specify "false" if you do not want to duplicate the payload object passed when the asynchronous process succeeds. The default is "true" and is always duplicated. This is to prevent the value used in other logic from being changed unintentionally when the implementation side that receives the payload object modifies the object.

Optional delay

delay: undefined | number

When delaying the start of asynchronous processing, specify the waiting time (ms). This option is useful in situations where users frequently make asynchronous operation change requests.

Generated using TypeDoc