@daysnap/utils
Version:
38 lines (20 loc) • 597 B
Markdown
[@daysnap/utils](../README.md) / [Exports](../modules.md) / CreateWithToastOptions
# Interface: CreateWithToastOptions
处理错误信息可以弹出提示
## Table of contents
### Properties
- [onError](CreateWithToastOptions.md#onerror)
## Properties
### onError
• `Optional` **onError**: (`err`: `unknown`) => `void`
#### Type declaration
▸ (`err`): `void`
error
##### Parameters
| Name | Type |
| :------ | :------ |
| `err` | `unknown` |
##### Returns
`void`
#### Defined in
[createWithToast.ts:8](https://github.com/daysnap/utils/blob/9ced15e/src/createWithToast.ts#L8)