GridItem
Constructor
Methods
build
Builds the object.
def build() -> dashboardv2beta1.GridLayoutItemKind
height
def height(height: int) -> typing.Self
name
def name(name: str) -> 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