mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-15 22:16:34 +08:00
如果方法入参如果有Description特性,则能够在节点悬浮窗口中显示
This commit is contained in:
@@ -62,6 +62,8 @@ namespace Serein.NodeFlow.Model
|
||||
//Convertor = null,
|
||||
InputType = ParameterValueInputType.Input,
|
||||
Items = null,
|
||||
Description = "表达式节点入参控制点"
|
||||
|
||||
};
|
||||
this.MethodDetails.ParameterDetailss = [.. pd];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user