The Part interface represents a dynamic part of a template instance rendered by lit-html.
Commits the current part value, cause it to actually be written to the DOM.
Sets the current part value, but does not write it to the DOM.
The value that will be committed.
Generated using TypeDoc
The Part interface represents a dynamic part of a template instance rendered by lit-html.