KC's Workspace
Github
Preparing search index...
@kcconfigs/tsdown
<internal>
Class
Interface Class
interface
Class
{
abstract
?:
boolean
;
body
:
ClassBody
;
declare
?:
boolean
;
decorators
:
Decorator
[]
;
end
:
number
;
id
:
BindingIdentifier
|
null
;
implements
?:
TSClassImplements
[]
;
parent
?:
Node
;
range
?:
[
number
,
number
]
;
start
:
number
;
superClass
:
Expression
|
null
;
superTypeArguments
?:
TSTypeParameterInstantiation
|
null
;
type
:
ClassType
;
typeParameters
?:
TSTypeParameterDeclaration
|
null
;
}
Hierarchy (
View Summary
)
Span
Class
Index
Properties
abstract?
body
declare?
decorators
end
id
implements?
parent?
range?
start
super
Class
super
Type
Arguments?
type
type
Parameters?
Properties
Optional
abstract
abstract
?:
boolean
body
body
:
ClassBody
Optional
declare
declare
?:
boolean
decorators
decorators
:
Decorator
[]
end
end
:
number
id
id
:
BindingIdentifier
|
null
Optional
implements
implements
?:
TSClassImplements
[]
Optional
parent
parent
?:
Node
Optional
range
range
?:
[
number
,
number
]
start
start
:
number
super
Class
superClass
:
Expression
|
null
Optional
super
Type
Arguments
superTypeArguments
?:
TSTypeParameterInstantiation
|
null
type
type
:
ClassType
Optional
type
Parameters
typeParameters
?:
TSTypeParameterDeclaration
|
null
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
abstract
body
declare
decorators
end
id
implements
parent
range
start
super
Class
super
Type
Arguments
type
type
Parameters
Github
KC's Workspace
Loading...