KC's Workspace
Github
Preparing search index...
@kcconfigs/tsdown
<internal>
TSMethodSignature
Interface TSMethodSignature
interface
TSMethodSignature
{
accessibility
:
null
;
computed
:
boolean
;
end
:
number
;
key
:
PropertyKey
;
kind
:
TSMethodSignatureKind
;
optional
:
boolean
;
params
:
ParamPattern
[]
;
parent
?:
Node
;
range
?:
[
number
,
number
]
;
readonly
:
false
;
returnType
:
TSTypeAnnotation
|
null
;
start
:
number
;
static
:
false
;
type
:
"TSMethodSignature"
;
typeParameters
:
TSTypeParameterDeclaration
|
null
;
}
Hierarchy (
View Summary
)
Span
TSMethodSignature
Index
Properties
accessibility
computed
end
key
kind
optional
params
parent?
range?
readonly
return
Type
start
static
type
type
Parameters
Properties
accessibility
accessibility
:
null
computed
computed
:
boolean
end
end
:
number
key
key
:
PropertyKey
kind
kind
:
TSMethodSignatureKind
optional
optional
:
boolean
params
params
:
ParamPattern
[]
Optional
parent
parent
?:
Node
Optional
range
range
?:
[
number
,
number
]
readonly
readonly
:
false
return
Type
returnType
:
TSTypeAnnotation
|
null
start
start
:
number
static
static
:
false
type
type
:
"TSMethodSignature"
type
Parameters
typeParameters
:
TSTypeParameterDeclaration
|
null
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
accessibility
computed
end
key
kind
optional
params
parent
range
readonly
return
Type
start
static
type
type
Parameters
Github
KC's Workspace
Loading...