Skip to main content

@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

PropertyModifiersTypeDescription
maxnumberThe maximum value
minnumberThe minimum value
pausedbooleanIndicates the progress is paused
valuenumber | nullThe value of the progress