mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 03:01:16 +00:00
fix: this bind error
This commit is contained in:
parent
b984ef72d2
commit
5dcd946dca
@ -47,11 +47,11 @@ export class Setters implements IPublicApiSetters {
|
||||
* 获取已注册的所有 settersMap
|
||||
* @returns
|
||||
*/
|
||||
getSettersMap(): Map<string, IPublicTypeRegisteredSetter & {
|
||||
getSettersMap = (): Map<string, IPublicTypeRegisteredSetter & {
|
||||
type: string;
|
||||
}> {
|
||||
}> => {
|
||||
return this[settersSymbol].getSettersMap();
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* 注册一个 setter
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user