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
- class TestOutputElementA class that represents a rendered output element.