mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-09-28 13:00:00 +08:00
style(form-schema): EventSelectConfig添加公共配置
This commit is contained in:
parent
06a3dc8436
commit
8195c105c0
@ -103,7 +103,7 @@ export interface DisplayCondsConfig extends FormItem {
|
|||||||
parentFields?: string[] | FilterFunction<string[]>;
|
parentFields?: string[] | FilterFunction<string[]>;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface EventSelectConfig {
|
export interface EventSelectConfig extends FormItem {
|
||||||
name: string;
|
name: string;
|
||||||
type: 'event-select';
|
type: 'event-select';
|
||||||
src: 'datasource' | 'component';
|
src: 'datasource' | 'component';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user