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