License | BSD-3-Clause |
---|---|
Safe Haskell | None |
Language | Haskell2010 |
Swarm.TUI.View.Robot.Type
Description
Documentation
data RobotDetailsPaneState Source #
Constructors
RobotDetailsPaneState | |
Fields
|
cmdHistogramList :: Lens' RobotDetailsPaneState (List Name (Const, Int)) Source #
logsList :: Lens' RobotDetailsPaneState (GenericList Name Seq LogEntry) Source #
data RobotDisplay Source #
Constructors
RobotDisplay | |
Fields |
robotsGridList :: Lens' RobotDisplay (GridTabularList Name RID) Source #