LayoutType

class wpilib.shuffleboard.LayoutType(layoutName: str)

Bases: pybind11_object

Represents the type of a layout in Shuffleboard. Using this is preferred over specifying raw strings, to avoid typos and having to know or look up the exact string name for a desired layout.

@see BuiltInLayouts the built-in layout types

getLayoutName() str

Gets the string type of the layout as defined by that layout in Shuffleboard.