v7.3.0

ProgressItem

Item displaying a progress bar.

Progress is determined by the value of the configured field. A max value (defaults to 100) can be configured using the max config.

No results

Configs

Configs are options you supply in a configuration object when creating an instance of this class

Properties

Properties are getters/setters or publicly accessible variables on this class

CSS variables

CSS variables that can be set to adjust appearance
Name Description
--b-task-board-progress-item-background Background for the unfilled part of the progress bar
--b-task-board-progress-item-border Border for the progress bar
--b-task-board-progress-item-border-radius Border radius for the progress bar
--b-task-board-progress-item-color Color for the filled part of the progress bar
--b-task-board-progress-item-height Height of the progress bar
type: progress

Source path

TaskBoard/view/item/ProgressItem.js

Contents