mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 19:52:51 +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;
|
name: string;
|
||||||
propType?: IPublicTypePropType;
|
propType?: IPublicTypePropType;
|
||||||
description?: string;
|
description?: string;
|
||||||
|
template?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user