ui/view
10/22/22Less than 1 minute
Shared XML layout typings: widget factories, attribute values, and the JsView wrapper that attaches script helpers to inflated Android View instances.
Table of contents
Classes
Interfaces
Types
Types
AttributeValue
AttributeValue: string | null | undefined
XML attribute payload accepted by the layout inflater / binding layer.
JsView
JsView<T>: T & JsViewExt<T>
Android View subclass T plus Auto.js helpers (findView, events, …).
Type parameters
| Name | Constraint |
|---|---|
T | extends View |
WidgetClass
WidgetClass: () => Widget
Constructor function that produces a Widget instance for XML inflation.
Type declaration
new WidgetClass():Widget
