TVViewElement
A representation of a read-only DOM node.
Declaration
class TVViewElementOverview
The TVViewElement model object is traversed by the TVInterfaceFactory factory to construct views and view controllers, and to render templates. Views and view controllers should use the available dispatch APIs to send user events to JavaScript.
Topics
Inspecting a View Element
autoHighlightIdentifierattributeschildrenisDisabledidentifiernameparentstyleupdateTypeTVElementUpdateType
Dispatching Events
dispatchEvent(type:canBubble:cancellable:extraInfo:completion:)TVElementEventTypedispatchEvent(name:canBubble:cancellable:extraInfo:completion:)