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