mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-09-28 04:52:11 +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[]>;
|
||||
}
|
||||
|
||||
export interface EventSelectConfig {
|
||||
export interface EventSelectConfig extends FormItem {
|
||||
name: string;
|
||||
type: 'event-select';
|
||||
src: 'datasource' | 'component';
|
||||
|
Loading…
x
Reference in New Issue
Block a user