mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-20 15:38:32 +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;
|
name: string;
|
||||||
propType?: IPublicTypePropType;
|
propType?: IPublicTypePropType;
|
||||||
description?: string;
|
description?: string;
|
||||||
|
template?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user