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