GanttWebMcpSettings
Class
Configures WebMCP tool registration for the parent Gantt. When present, Gantt operations are exposed as tools discoverable by AI models through the browser. Place inside GanttSettings. Children: GanttWebMcpTool.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class GanttWebMcpSettings : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseGanttWebMcpSettings
Implements:
Inherited Members
Constructors
C#
public GanttWebMcpSettings()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
C#
public void Dispose()
Implements:
C#
protected override void OnInitialized()
Overrides:
Properties
Defines the WebMCP tool overrides for the Gantt. Children: GanttWebMcpTool.
C#
[Parameter]
public RenderFragment GanttWebMcpTools { get; set; }