mirror of
https://gitee.com/AntdUI/AntdUI.git
synced 2026-03-12 16:50:42 +08:00
791 B
791 B
Preview
Picture preview box.
Preview.Config
Configure Preview
| Name | Description | Type | Default Value |
|---|---|---|---|
| Form | Belonging window | Form | Required |
| Content | Picture content | IList<Image> |
Required |
| Tag | User defined data | object? |
null |
| Btns | Custom button | Btn[] | null |
| OnBtns | Custom button callback | Action<string, object?> | null |
Preview.Btn
Configure Custom button
| Name | Description | Type | Default Value |
|---|---|---|---|
| Name | Button name | string | Required |
| IconSvg | Icon SVG | string | Required |
| Tag | User defined data | object? |
null |