Skip to content

Commit 0dc8120

Browse files
yifanwwwliujuping
authored andcommitted
fix(lowcode-types): allow template field in supports.events
1 parent 723eb3d commit 0dc8120

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/types/src/shell/type/metadata.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ export interface ConfigureSupportEventConfig {
139139
name: string;
140140
propType?: IPublicTypePropType;
141141
description?: string;
142+
template?: string;
142143
}
143144

144145
/**

0 commit comments

Comments
 (0)