You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ant-design-vue/components/result/index.en-US.md

23 lines
854 B

---
category: Components
type: Feedback
title: Result
cover: https://gw.alipayobjects.com/zos/alicdn/9nepwjaLa/Result.svg
---
Used to feed back the results of a series of operational tasks.
## When To Use
Use when important operations need to inform the user to process the results and the feedback is more complicated.
## API
| Property | Description | Type | Default | | | | | | |
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
| extra | operating area | slot | - | | | | | | |
| icon | custom back icon | slot | - | | | | | | |
| status | result status,decide icons and colors | `success` \| `error` \| `info` \| `warning` \| `404` \| `403` \| `500` | 'info' |
| subTitle | subTitle string | string \| VNode \| slot | - | | | | | | |
| title | title string | string \| VNode \| slot | - | | | | | | |