Options
All
  • Public
  • Public/Protected
  • All
Menu

DataSet configuration object.

Hierarchy

  • DataSetOptions

Index

Properties

Properties

queue?: false | Queue<never> | QueueOptions

Queue configuration object or false if no queue should be used.

  • If false and there was a queue before it will be flushed and then removed.
  • If {@link QueueOptions} the existing queue will be reconfigured or a new queue will be created.

Generated using TypeDoc