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