Files
AntdUI/doc/wiki/en/Control/Preview.md
2025-10-16 11:03:26 +08:00

791 B

HomeUpdateLogConfigTheme

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