GridLayoutItem
Constructor
GridLayoutItem(name: str)
Methods
build
Builds the object.
def build() -> dashboardv2beta1.GridLayoutItemKind
element
def element(name: str) -> typing.Self
height
def height(height: int) -> typing.Self
repeat
def repeat(repeat: cogbuilder.Builder[dashboardv2beta1.RepeatOptions]) -> typing.Self
width
def width(width: int) -> typing.Self
x
def x(x: int) -> typing.Self
y
def y(y: int) -> typing.Self
See also