Skip to main content
Version: 1.x

@microsoft/fast-foundation > ProgressRingOptions

ProgressRingOptions type

ProgressRing configuration options

Signature:
export declare type ProgressRingOptions = FoundationElementDefinition & {
indeterminateIndicator?: string | SyntheticViewTemplate;
};