# Interface: UpdateInteractivePropertyParams

UpdateInteractivePropertyParams()

更新交互道具数据

see keyList 需要更新道具key列表

see name 需要更新道具名称

# Properties

# Optional Readonly keyList

keyList? : keyof string[]

deprecated use name instead. shall be remove in 0.4

Returns: keyof string[]


# Readonly name

name: string

Returns: 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