# Interface: RefreshMailGroupParams
• RefreshMailGroupParams()
(根据给定类型)刷新邮件列表 所需参数
# Properties
# Readonly type
• type: MailGroupType
要刷新的邮件组类型
Returns: MailGroupType
# Methods
# Optional complete
▸ complete(this: void, res: RefreshMailGroupRes | MogsError): void
Inherited from GetUserSignParams.complete
操作完成时(成功或失败),均会调用该回调函数
# 参数:
| 属性 | 类型 |
|---|---|
this | void |
res | RefreshMailGroupRes | 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: RefreshMailGroupRes): void
Inherited from GetUserSignParams.success
操作成功时,调用该回调函数
# 参数:
| 属性 | 类型 |
|---|---|
this | void |
res | RefreshMailGroupRes |
RefreshMailGroupRes
| 属性 | 类型 | 描述 |
|---|---|---|
eventList? | keyof MogsEvent | 当前 Action 所触发的所有事件的列表 |
# 返回值:
void