KC's Workspace
Github
Preparing search index...
@kcconfigs/tsdown
<internal>
JSXOpeningElement
Interface JSXOpeningElement
interface
JSXOpeningElement
{
attributes
:
JSXAttributeItem
[]
;
end
:
number
;
name
:
JSXElementName
;
parent
?:
Node
;
range
?:
[
number
,
number
]
;
selfClosing
:
boolean
;
start
:
number
;
type
:
"JSXOpeningElement"
;
typeArguments
?:
TSTypeParameterInstantiation
|
null
;
}
Hierarchy (
View Summary
)
Span
JSXOpeningElement
Index
Properties
attributes
end
name
parent?
range?
self
Closing
start
type
type
Arguments?
Properties
attributes
attributes
:
JSXAttributeItem
[]
end
end
:
number
name
name
:
JSXElementName
Optional
parent
parent
?:
Node
Optional
range
range
?:
[
number
,
number
]
self
Closing
selfClosing
:
boolean
start
start
:
number
type
type
:
"JSXOpeningElement"
Optional
type
Arguments
typeArguments
?:
TSTypeParameterInstantiation
|
null
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
attributes
end
name
parent
range
self
Closing
start
type
type
Arguments
Github
KC's Workspace
Loading...