Version:
interface
WindowElement
typescript
interface WindowElementProperties
| Name | Type | Description |
|---|---|---|
children? | WindowElement[] | - |
className? | string | - |
clickablePoint? | Point | - |
expandCollapsedState? | ExpandCollapseState | - |
helpText? | string | - |
id? | string | - |
isChecked? | boolean | - |
isEnabled? | boolean | - |
isFocused? | boolean | - |
isKeyboardFocusable? | boolean | - |
isReadOnly? | boolean | - |
isRequiredForForm? | boolean | - |
isSelected? | boolean | - |
isVisible? | boolean | - |
region? | Region | - |
role? | string | - |
selectedText? | string | - |
subRole? | string | - |
title? | string | - |
type? | string | - |
value? | string | - |
Was this page helpful?