We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db0fe5 commit 79295d2Copy full SHA for 79295d2
1 file changed
src/components/BootstrapBlazor.ImageCropper/ImageCropperOption.cs
@@ -210,4 +210,10 @@ public class ImageCropperOption
210
/// </summary>
211
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
212
public string? Radius { get; set; }
213
+
214
+ /// <summary>
215
+ /// 获得/设置 预览元素 Selector
216
+ /// </summary>
217
+ [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
218
+ public string? Preview { get; set; }
219
}
0 commit comments