v7.3.0

TaskItem
Abstract

Abstract base class for task items, lightweight "widgets" that can be added to tasks using the headerItems, bodyItems and footerItems configs.

No results

Configs

Configs are options you supply in a configuration object when creating an instance of this class
  • CSS class to add.

  • Widget type or config to use as the editor for this item. Used in the inline task editor. Set to null to not use an editor for this item.

  • Specify true to hide the task item.

  • Flex order, can be used to re-order task items.

Type definitions

Source path

TaskBoard/view/item/TaskItem.js

Contents