lit-html
Guide
API
Search
Preparing search index...
The search index is not available
lit-html API
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
lit-html
Template
Class Template
An updateable Template that tracks the location of dynamic parts.
Hierarchy
Template
Index
Constructors
constructor
Properties
element
parts
Constructors
constructor
new
Template
(
result
:
TemplateResult
, element
:
HTMLTemplateElement
)
:
Template
Parameters
result:
TemplateResult
element:
HTMLTemplateElement
Returns
Template
Properties
element
element
:
HTMLTemplateElement
parts
parts
:
TemplatePart
[]
= []
Globals
Externals
lit-
html
shady-
render
Template
constructor
element
parts
Generated using
TypeDoc
An updateable Template that tracks the location of dynamic parts.