@progress/kendo-angular-progressbar
Version:
Kendo UI Angular component starter template
18 lines (17 loc) • 587 B
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
/**
* @hidden
*/
export interface CenterTemplateContext {
/**
* The current value of the Circular Progressbar.
*/
value?: number;
/**
* The current color of the progress arc.
*/
color?: string;
}