mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-03 12:38:53 +08:00
schema 配置调整
This commit is contained in:
parent
1b0f487147
commit
6eb1d1f2a9
@ -8,6 +8,7 @@ import FormItem, {
|
||||
FormControlSchema
|
||||
} from './Item';
|
||||
import {IIRendererStore} from '../../store/iRenderer';
|
||||
import {SchemaCollection} from '../../Schema';
|
||||
|
||||
/**
|
||||
* 容器空间
|
||||
@ -15,9 +16,11 @@ import {IIRendererStore} from '../../store/iRenderer';
|
||||
*/
|
||||
export interface ContainerControlSchema
|
||||
extends FormBaseControl,
|
||||
ContainerSchema {
|
||||
Omit<ContainerSchema, 'body'> {
|
||||
type: 'container';
|
||||
|
||||
body?: SchemaCollection;
|
||||
|
||||
/**
|
||||
* 表单项集合
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user