Preparing search index...
The search index is not available
Documentation
Documentation
svelte-ast-build
attribute
<internal>
MethodDefinition
Interface MethodDefinition
interface
MethodDefinition
{
computed
:
boolean
;
key
:
Expression
|
PrivateIdentifier
;
kind
:
"get"
|
"set"
|
"constructor"
|
"method"
;
leadingComments
?:
Comment
[]
;
loc
?:
null
|
SourceLocation
;
range
?:
[
number
,
number
]
;
static
:
boolean
;
trailingComments
?:
Comment
[]
;
type
:
"MethodDefinition"
;
value
:
FunctionExpression
;
}
Hierarchy (
View Summary
)
BaseNode
MethodDefinition
Index
Properties
computed
key
kind
leading
Comments?
loc?
range?
static
trailing
Comments?
type
value
Properties
computed
computed
:
boolean
key
key
:
Expression
|
PrivateIdentifier
kind
kind
:
"get"
|
"set"
|
"constructor"
|
"method"
Optional
leading
Comments
leadingComments
?:
Comment
[]
Optional
loc
loc
?:
null
|
SourceLocation
Optional
range
range
?:
[
number
,
number
]
static
static
:
boolean
Optional
trailing
Comments
trailingComments
?:
Comment
[]
type
type
:
"MethodDefinition"
value
value
:
FunctionExpression
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
computed
key
kind
leading
Comments
loc
range
static
trailing
Comments
type
value
Documentation
Loading...