Skip to main content
Version: 3.5

ParamWithGroup 带分组的参数

1. 结构声明

class ParamWithGroup extends Param {
title: string;
group: string;
}