Progressbar

[中文]

Overview

progressBar represents a progress bar node.

Exclusive Props

Common Events

  • valueChanged

Part Style

  • partStyles.indicator: the filled progress; supports a two-color background gradient

Example

"partStyles": {
    "indicator": {
        "bgColor": "#22c55e",
        "bgGradientColor": "#3b82f6",
        "bgGradientDirection": "horizontal"
    }
}