Cup_Of_Bread
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
1 deletions
-
packages/@core/ui-kit/form-ui/src/types.ts
|
|
|
@ -279,7 +279,8 @@ export interface FormRenderProps< |
|
|
|
*/ |
|
|
|
arrayToStringFields?: ArrayToStringFields; |
|
|
|
/** |
|
|
|
* 是否展开,在showCollapseButton=true下生效 |
|
|
|
* 是否折叠,在showCollapseButton=true下生效 |
|
|
|
* true:折叠 false:展开 |
|
|
|
*/ |
|
|
|
collapsed?: boolean; |
|
|
|
/** |
|
|
|
|