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 20a1c74 commit 57e1240Copy full SHA for 57e1240
1 file changed
src/components/BootstrapBlazor.DockView/Components/DockViewComponent.razor.cs
@@ -147,6 +147,7 @@ public partial class DockViewComponent
147
/// <para lang="en">Gets or sets the click callback for the leading title icon. Default is null</para>
148
/// </summary>
149
[Parameter]
150
+ [JsonIgnore]
151
public Func<Task>? OnClickTitleBarCallback { get; set; }
152
153
[CascadingParameter]
0 commit comments