@arcmantle/lit-jsx
Preparing search index...
compiler/transpiler
TemplateContext
Interface TemplateContext
interface
TemplateContext
{
builder
:
TemplateBuilder
;
importsUsed
:
Set
<
|
"rest"
|
"html"
|
"svg"
|
"mathml"
|
"unsafeStatic"
|
"classMap"
|
"styleMap"
|
"htmlStatic"
|
"svgStatic"
|
"mathmlStatic"
|
"createRef"
|
"literalMap"
|
"taggedTemplateUtil"
|
"booleanPart"
|
"attributePart"
|
"propertyPart"
|
"elementPart"
|
"eventPart"
|
"childPart"
,
>
;
isInitialElement
:
boolean
;
literalName
:
string
;
path
:
NodePath
<
JSXElement
|
JSXFragment
>
;
program
:
Program
;
tagName
:
string
;
}
Hierarchy (
View Summary
)
ProcessorContext
TemplateContext
Index
Properties
builder
imports
Used
is
Initial
Element
literal
Name
path
program
tag
Name
Properties
builder
builder
:
TemplateBuilder
imports
Used
importsUsed
:
Set
<
|
"rest"
|
"html"
|
"svg"
|
"mathml"
|
"unsafeStatic"
|
"classMap"
|
"styleMap"
|
"htmlStatic"
|
"svgStatic"
|
"mathmlStatic"
|
"createRef"
|
"literalMap"
|
"taggedTemplateUtil"
|
"booleanPart"
|
"attributePart"
|
"propertyPart"
|
"elementPart"
|
"eventPart"
|
"childPart"
,
>
is
Initial
Element
isInitialElement
:
boolean
literal
Name
literalName
:
string
path
path
:
NodePath
<
JSXElement
|
JSXFragment
>
program
program
:
Program
tag
Name
tagName
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
builder
imports
Used
is
Initial
Element
literal
Name
path
program
tag
Name
@arcmantle/lit-jsx
Loading...