parameter icon indicating copy to clipboard operation
parameter copied to clipboard

How to config `required` defaultValue ?

Open ycjcl868 opened this issue 6 years ago • 2 comments

The docs describe the required default to true, but for my project, the conditions required false are more than true.

May provide a config like :

var parameter = new Parameter({
  defaultRequired: false, 
});

ycjcl868 avatar Aug 08 '18 04:08 ycjcl868