# Interface: UpdateInteractivePropertyParams
• UpdateInteractivePropertyParams()
更新交互道具数据
see keyList 需要更新道具key列表
# Properties
# Readonly keyList
• keyList: keyof string[]
Returns: keyof string[]
# Methods
# Optional complete
▸ complete(this: void, res: void | MogsError): void
Inherited from GetUserSignParams.complete
操作完成时(成功或失败),均会调用该回调函数
# 参数:
| 属性 | 类型 |
|---|---|
this | void |
res | void | MogsError |
# 返回值:
void
# Optional fail
▸ fail(this: void, error: MogsError): void
Inherited from GetUserSignParams.fail
操作失败时,调用该回调函数
# 参数:
| 属性 | 类型 |
|---|---|
this | void |
error | MogsError |
# 返回值:
void
# Optional success
▸ success(this: void, res: void): void
Inherited from GetUserSignParams.success
操作成功时,调用该回调函数
# 参数:
| 属性 | 类型 |
|---|---|
this | void |
res | void |
# 返回值:
void