类型别名: AttributePromptTool<SourceCode, UserCode>
小于 1 分钟
类型别名: AttributePromptTool<SourceCode, UserCode>
type AttributePromptTool<SourceCode, UserCode>: ThisType<SourceCode & UserCode> & Partial<SourceCode> & UserCode;
属性提示工具
类型参数
类型参数 |
---|
SourceCode extends RmmvClass |
UserCode |
Description
对继承的类进行属性提示
对自己新增的属性和函数做属性提示
对全部涉及到的函数,其this全部做判定