Documentation

type TestOutputElement​.TypeString

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

type TypeString =
| "root"
| "placeholder"
| "container"
| "row"
| "column"
| "form"
| "text"
| "button"
| "image"
| "divider"
| "spacer"
| "textfield"
| "toggle";

Related