mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 00:48:16 +00:00
fix(lowcode-types): allow template field in supports.events
This commit is contained in:
parent
8eb536bd21
commit
7952c1c87a
@ -139,6 +139,7 @@ export interface ConfigureSupportEventConfig {
|
||||
name: string;
|
||||
propType?: IPublicTypePropType;
|
||||
description?: string;
|
||||
template?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user