Preparing search index...
The search index is not available
Documentation
Documentation
svelte-ast-build
attribute
<internal>
ClassBody
Interface ClassBody
interface
ClassBody
{
body
:
(
MethodDefinition
|
PropertyDefinition
|
StaticBlock
)
[]
;
leadingComments
?:
Comment
[]
;
loc
?:
null
|
SourceLocation
;
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
?:
null
|
SourceLocation
Optional
range
range
?:
[
number
,
number
]
Optional
trailing
Comments
trailingComments
?:
Comment
[]
type
type
:
"ClassBody"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
leading
Comments
loc
range
trailing
Comments
type
Documentation
Loading...