KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
ClassExpression
Interface ClassExpression
interface
ClassExpression
{
body
:
ClassBody
;
decorators
:
Decorator
[]
;
id
?:
Identifier
|
null
;
leadingComments
?:
Comment
[]
;
loc
?:
SourceLocation
|
null
;
range
?:
[
number
,
number
]
;
superClass
?:
Expression
|
null
;
trailingComments
?:
Comment
[]
;
type
:
"ClassExpression"
;
}
Hierarchy (
View Summary
)
BaseClass
BaseExpression
ClassExpression
Index
Properties
body
decorators
id?
leading
Comments?
loc?
range?
super
Class?
trailing
Comments?
type
Properties
body
body
:
ClassBody
decorators
decorators
:
Decorator
[]
Optional
id
id
?:
Identifier
|
null
Optional
leading
Comments
leadingComments
?:
Comment
[]
Optional
loc
loc
?:
SourceLocation
|
null
Optional
range
range
?:
[
number
,
number
]
Optional
super
Class
superClass
?:
Expression
|
null
Optional
trailing
Comments
trailingComments
?:
Comment
[]
type
type
:
"ClassExpression"
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
body
decorators
id
leading
Comments
loc
range
super
Class
trailing
Comments
type
Github
KC's Workspace
Loading...