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