CheckedClick(MonitorToolbarCheckedType.FocusRobot, Model.FocusRobot))">
CheckedClick(MonitorToolbarCheckedType.ShowPath, Model.ShowPath))">
CheckedClick(MonitorToolbarCheckedType.ShowName, Model.ShowName))">
CheckedClick(MonitorToolbarCheckedType.ShowElement, Model.ShowElement))">
CheckedClick(MonitorToolbarCheckedType.ShowGrid, Model.ShowGrid))">
CheckedClick(MonitorToolbarCheckedType.ShowLaser, Model.ShowLaser))">
await MapChanged.InvokeAsync(MapSelected))">
@foreach(var map in Maps)
{
@map.Name
}
await RobotChanged.InvokeAsync(RobotSelected))" Margin="Margin.Dense" Dense Variant="Variant.Outlined" Label="Robot Name" Style="width: 200px">
@foreach (var robot in Robots)
{
@robot.Name
}
@code {
[Parameter]
public MonitorToolBarModel Model { get; set; } = null!;
[Parameter]
public EventCallback