判断接口更改、新增FrameUpdated核心事件
This commit is contained in:
@@ -17,5 +17,5 @@ module es {
|
||||
}
|
||||
}
|
||||
|
||||
export var isIUpdatable = (props: any): props is IUpdatable => typeof (props as IUpdatable)['js'] !== 'undefined';
|
||||
export var isIUpdatable = (props: any): props is IUpdatable => typeof (props as IUpdatable)['update'] !== 'undefined';
|
||||
}
|
||||
Reference in New Issue
Block a user