lit-html
Guide
API
Constructors
constructor
new AttributeCommitter( element: Element , name: string , strings: string [] ) : AttributeCommitter
Defined in lib/parts.ts:37
Parameters
element: Element
name: string
strings: string []
Properties
dirty
dirty: boolean = true
Defined in lib/parts.ts:37
element
element: Element
Defined in lib/parts.ts:33
name
name: string
Defined in lib/parts.ts:34
parts
Defined in lib/parts.ts:36
strings
strings: string []
Defined in lib/parts.ts:35
Methods
Protected _createPart
Defined in lib/parts.ts:52
Protected _getValue
Defined in lib/parts.ts:56
Returns unknown
commit
Defined in lib/parts.ts:80
Returns void
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
Writes attribute values to the DOM for a group of AttributeParts bound to a single attibute. The value is only set once even if there are multiple parts for an attribute.