ElementProperty
功能
插件配置参数模板,用户可通过重写插件DefineProperties接口来定义插件配置参数。
结构定义
template<class T> struct ElementProperty { PropertyType type; std::string name; std::string nickName; std::string desc; T defaultValue; T min; T max; }
父主题: 流程编排数据结构
插件配置参数模板,用户可通过重写插件DefineProperties接口来定义插件配置参数。
template<class T> struct ElementProperty { PropertyType type; std::string name; std::string nickName; std::string desc; T defaultValue; T min; T max; }