Skip to main content
Version: 1.x

@microsoft/fast-foundation > ProgressOptions

ProgressOptions type

Progress configuration options

Signature:
export declare type ProgressOptions = FoundationElementDefinition & {
indeterminateIndicator1?: string | SyntheticViewTemplate;
indeterminateIndicator2?: string | SyntheticViewTemplate;
};