KC's Workspace
Github
Preparing search index...
@kcconfigs/tsdown
<internal>
PropertyDefinition
Interface PropertyDefinition
interface
PropertyDefinition
{
accessibility
?:
TSAccessibility
|
null
;
computed
:
boolean
;
declare
?:
boolean
;
decorators
:
Decorator
[]
;
definite
?:
boolean
;
end
:
number
;
key
:
PropertyKey
;
optional
?:
boolean
;
override
?:
boolean
;
parent
?:
Node
;
range
?:
[
number
,
number
]
;
readonly
?:
boolean
;
start
:
number
;
static
:
boolean
;
type
:
PropertyDefinitionType
;
typeAnnotation
?:
TSTypeAnnotation
|
null
;
value
:
Expression
|
null
;
}
Hierarchy (
View Summary
)
Span
PropertyDefinition
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
?:
boolean
decorators
decorators
:
Decorator
[]
Optional
definite
definite
?:
boolean
end
end
:
number
key
key
:
PropertyKey
Optional
optional
optional
?:
boolean
Optional
override
override
?:
boolean
Optional
parent
parent
?:
Node
Optional
range
range
?:
[
number
,
number
]
Optional
readonly
readonly
?:
boolean
start
start
:
number
static
static
:
boolean
type
type
:
PropertyDefinitionType
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...