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