Add behavior details panel

This commit is contained in:
2022-04-05 16:37:36 +08:00
parent 1b1f5d1633
commit cad68e8b9b
9 changed files with 220 additions and 30 deletions
+3 -2
View File
@@ -87,7 +87,7 @@ interface IBehaviorParameterOptionItem<T extends IParamType = IParamType> {
/**
* 字符长度
*/
stringLength?: number;
maxLength?: number;
/**
* 数字步长
@@ -417,6 +417,7 @@ type IRenderBehavior = BehaviorInfo | Behavior;
export {
Behavior, BehaviorRecorder, IBehaviorParameterOption, IBehaviorParameterOptionItem, IParamValue,
IAnyBehavior, IAnyBehaviorRecorder, BehaviorInfo, IRenderBehavior, IBehaviorParameter
IAnyBehavior, IAnyBehaviorRecorder, BehaviorInfo, IRenderBehavior, IBehaviorParameter,
isObjectType, isVectorType
};
export default { Behavior };