@microsoft/fast-foundation > BaseProgress
BaseProgress class
An Progress HTML Element. Implements the ARIA progressbar.
indeterminate - The slot for a custom indeterminate indicator
progress - Represents the progress element
determinate - The determinate indicator
indeterminate - The indeterminate indicator
Signature:export declare class BaseProgress extends FoundationElement
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
max | number | The maximum value | |
min | number | The minimum value | |
paused | boolean | Indicates the progress is paused | |
value | number | null | The value of the progress |