Preparing search index...
The search index is not available
Astro Node.js Fastify adapter - v0.0.12
Astro Node.js Fastify adapter
<internal>
MethodDefinition
Interface MethodDefinition
interface
MethodDefinition
{
computed
:
boolean
;
key
:
Expression
|
PrivateIdentifier
;
kind
:
"get"
|
"method"
|
"set"
|
"constructor"
;
leadingComments
?:
Comment
[]
;
loc
?:
null
|
SourceLocation
;
range
?:
[
number
,
number
]
;
static
:
boolean
;
trailingComments
?:
Comment
[]
;
type
:
"MethodDefinition"
;
value
:
FunctionExpression
;
}
Hierarchy (
view full
)
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"
|
"method"
|
"set"
|
"constructor"
Optional
leading
Comments
leading
Comments
?:
Comment
[]
Optional
loc
loc
?:
null
|
SourceLocation
Optional
range
range
?:
[
number
,
number
]
static
static
:
boolean
Optional
trailing
Comments
trailing
Comments
?:
Comment
[]
type
type
:
"MethodDefinition"
value
value
:
FunctionExpression
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
computed
key
kind
leading
Comments
loc
range
static
trailing
Comments
type
value
Astro Node.js Fastify adapter - v0.0.12
Loading...