mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 11:07:52 +08:00
chore: 更新progress schema
This commit is contained in:
parent
1882311269
commit
8bda55a3b8
@ -16,12 +16,17 @@ export interface ProgressSchema extends BaseSchema {
|
||||
type: 'progress';
|
||||
|
||||
/**
|
||||
* 关联字段名。
|
||||
* 关联字段名
|
||||
*/
|
||||
name?: string;
|
||||
|
||||
/**
|
||||
* 进度条类型。
|
||||
* 进度值
|
||||
*/
|
||||
value: number;
|
||||
|
||||
/**
|
||||
* 进度条类型
|
||||
*/
|
||||
mode: 'line' | 'circle' | 'dashboard';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user