KC's Workspace
Github
Preparing search index...
@kcconfigs/tsdown
<internal>
TSEnumDeclaration
Interface TSEnumDeclaration
interface
TSEnumDeclaration
{
body
:
TSEnumBody
;
const
:
boolean
;
declare
:
boolean
;
end
:
number
;
id
:
BindingIdentifier
;
parent
?:
Node
;
range
?:
[
number
,
number
]
;
start
:
number
;
type
:
"TSEnumDeclaration"
;
}
Hierarchy (
View Summary
)
Span
TSEnumDeclaration
Index
Properties
body
const
declare
end
id
parent?
range?
start
type
Properties
body
body
:
TSEnumBody
const
const
:
boolean
declare
declare
:
boolean
end
end
:
number
id
id
:
BindingIdentifier
Optional
parent
parent
?:
Node
Optional
range
range
?:
[
number
,
number
]
start
start
:
number
type
type
:
"TSEnumDeclaration"
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
body
const
declare
end
id
parent
range
start
type
Github
KC's Workspace
Loading...