[manager,web-app] 支持监控参数的输入框提示信息,默认值填充
This commit is contained in:
@@ -3,7 +3,9 @@ export class ParamDefine {
|
||||
field!: string;
|
||||
type!: string;
|
||||
required: boolean | undefined;
|
||||
defaultValue: string | undefined;
|
||||
placeholder!: string;
|
||||
range: string | undefined;
|
||||
limit: number | undefined;
|
||||
option: string | undefined;
|
||||
options: string | undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user