Preparing search index...
The search index is not available
Documentation
Documentation
svelte-ast-build
attribute
<internal>
BaseClass
Interface BaseClass
interface
BaseClass
{
body
:
ClassBody
;
leadingComments
?:
Comment
[]
;
loc
?:
null
|
SourceLocation
;
range
?:
[
number
,
number
]
;
superClass
?:
null
|
Expression
;
trailingComments
?:
Comment
[]
;
type
:
string
;
}
Hierarchy (
View Summary
)
BaseNode
BaseClass
ClassExpression
MaybeNamedClassDeclaration
ClassExpression
MaybeNamedClassDeclaration
Index
Properties
body
leading
Comments?
loc?
range?
super
Class?
trailing
Comments?
type
Properties
body
body
:
ClassBody
Optional
leading
Comments
leadingComments
?:
Comment
[]
Optional
loc
loc
?:
null
|
SourceLocation
Optional
range
range
?:
[
number
,
number
]
Optional
super
Class
superClass
?:
null
|
Expression
Optional
trailing
Comments
trailingComments
?:
Comment
[]
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
leading
Comments
loc
range
super
Class
trailing
Comments
type
Documentation
Loading...