Docs (4.0.0)
class TestOutputElement type

type TypeString

A string representation of common UI element types, used for TestOutputElement.type.

static

type TypeString = "root" | "placeholder" | "container" | "cell" | "row" | "column" | "form" | "label" | "button" | "image" | "separator" | "spacer" | "textfield" | "toggle"

Related