Add parameter condition & dynamic behavior limit option
This commit is contained in:
@@ -115,6 +115,11 @@ interface IParameterOptionItem<T extends IParamType = IParamType> {
|
||||
*/
|
||||
colorNormal?: boolean;
|
||||
|
||||
/**
|
||||
* 显示条件
|
||||
*/
|
||||
condition?: {key: string, value: any};
|
||||
|
||||
/**
|
||||
* 全部选项
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user