Skip to content

@arcmantle/lit-jsx / runtime/compiler-ctors

runtime/compiler-ctors

Variables

AttributePart

const AttributePart: typeof internals._$LH.AttributePart = internals._$LH.AttributePart

Defined in: runtime/compiler-ctors.ts:8

Attribute part constructor from lit-html internals


BooleanPart

const BooleanPart: typeof internals._$LH.BooleanAttributePart = internals._$LH.BooleanAttributePart

Defined in: runtime/compiler-ctors.ts:5

Boolean attribute part constructor from lit-html internals


ChildPart

const ChildPart: typeof internals._$LH.ChildPart = internals._$LH.ChildPart

Defined in: runtime/compiler-ctors.ts:20

Child part constructor from lit-html internals


ElementPart

const ElementPart: typeof internals._$LH.ElementPart = internals._$LH.ElementPart

Defined in: runtime/compiler-ctors.ts:14

Element part constructor from lit-html internals


EventPart

const EventPart: typeof internals._$LH.EventPart = internals._$LH.EventPart

Defined in: runtime/compiler-ctors.ts:17

Event part constructor from lit-html internals


PropertyPart

const PropertyPart: typeof internals._$LH.PropertyPart = internals._$LH.PropertyPart

Defined in: runtime/compiler-ctors.ts:11

Property part constructor from lit-html internals

Released under the Apache-2.0 License.