KC's Workspace
Github
Preparing search index...
@kcconfigs/tsdown
<internal>
MethodDefinition
Interface MethodDefinition
interface
MethodDefinition
{
accessibility
?:
TSAccessibility
|
null
;
computed
:
boolean
;
decorators
:
Decorator
[]
;
end
:
number
;
key
:
PropertyKey
;
kind
:
MethodDefinitionKind
;
optional
?:
boolean
;
override
?:
boolean
;
parent
?:
Node
;
range
?:
[
number
,
number
]
;
start
:
number
;
static
:
boolean
;
type
:
MethodDefinitionType
;
value
:
Function
;
}
Hierarchy (
View Summary
)
Span
MethodDefinition
Index
Properties
accessibility?
computed
decorators
end
key
kind
optional?
override?
parent?
range?
start
static
type
value
Properties
Optional
accessibility
accessibility
?:
TSAccessibility
|
null
computed
computed
:
boolean
decorators
decorators
:
Decorator
[]
end
end
:
number
key
key
:
PropertyKey
kind
kind
:
MethodDefinitionKind
Optional
optional
optional
?:
boolean
Optional
override
override
?:
boolean
Optional
parent
parent
?:
Node
Optional
range
range
?:
[
number
,
number
]
start
start
:
number
static
static
:
boolean
type
type
:
MethodDefinitionType
value
value
:
Function
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
accessibility
computed
decorators
end
key
kind
optional
override
parent
range
start
static
type
value
Github
KC's Workspace
Loading...