Specifies a MultiSelect operation exposed as a WebMCP tool.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
C#
public enum MultiSelectWebMcpToolCommand
Fields
Add a value to the selection.
C#
AddValue = 0
Clear all selected values.
C#
Clear = 2
Close the dropdown popup.
C#
Close = 4
Open the dropdown popup.
C#
Open = 3
Remove a value from the selection.
C#
RemoveValue = 1