Preparing search index...
The search index is not available
Astro Node.js Fastify adapter - v0.0.12
Astro Node.js Fastify adapter
<internal>
JSXOpeningElement
Interface JSXOpeningElement
interface
JSXOpeningElement
{
attributes
:
(
JSXAttribute
|
JSXSpreadAttribute
)
[]
;
end
?:
null
|
number
;
extra
?:
Record
<
string
,
unknown
>
;
innerComments
?:
null
|
Comment
[]
;
leadingComments
?:
null
|
Comment
[]
;
loc
?:
null
|
SourceLocation
;
name
:
JSXIdentifier
|
JSXMemberExpression
|
JSXNamespacedName
;
range
?:
[
number
,
number
]
;
selfClosing
:
boolean
;
start
?:
null
|
number
;
trailingComments
?:
null
|
Comment
[]
;
type
:
"JSXOpeningElement"
;
typeParameters
?:
null
|
TSTypeParameterInstantiation
|
TypeParameterInstantiation
;
}
Hierarchy (
view full
)
BaseNode
JSXOpeningElement
Index
Properties
attributes
end?
extra?
inner
Comments?
leading
Comments?
loc?
name
range?
self
Closing
start?
trailing
Comments?
type
type
Parameters?
Properties
attributes
attributes
:
(
JSXAttribute
|
JSXSpreadAttribute
)
[]
Optional
end
end
?:
null
|
number
Optional
extra
extra
?:
Record
<
string
,
unknown
>
Optional
inner
Comments
inner
Comments
?:
null
|
Comment
[]
Optional
leading
Comments
leading
Comments
?:
null
|
Comment
[]
Optional
loc
loc
?:
null
|
SourceLocation
name
name
:
JSXIdentifier
|
JSXMemberExpression
|
JSXNamespacedName
Optional
range
range
?:
[
number
,
number
]
self
Closing
self
Closing
:
boolean
Optional
start
start
?:
null
|
number
Optional
trailing
Comments
trailing
Comments
?:
null
|
Comment
[]
type
type
:
"JSXOpeningElement"
Optional
type
Parameters
type
Parameters
?:
null
|
TSTypeParameterInstantiation
|
TypeParameterInstantiation
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
attributes
end
extra
inner
Comments
leading
Comments
loc
name
range
self
Closing
start
trailing
Comments
type
type
Parameters
Astro Node.js Fastify adapter - v0.0.12
Loading...