Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents abstract operations on a task. The concrete implementation depends on the way the tasks are displayed and represented by some specific Component.

For example if tasks are panels, then the [open]{@link TaskOperations#open} operation corresponds to the panels expansion and the [close]{@link TaskOperations#close} operation corresponds to the panel collapsing.

Hierarchy

  • TaskOperations

Implemented by

Index

Methods

  • close(): void
  • forceReload(): void
  • open(): void
  • reload(): void

Generated using TypeDoc