KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
AssignmentProperty
Interface AssignmentProperty
interface
AssignmentProperty
{
computed
:
boolean
;
key
:
Expression
|
PrivateIdentifier
;
kind
:
"init"
;
leadingComments
?:
Comment
[]
;
loc
?:
SourceLocation
|
null
;
method
:
boolean
;
range
?:
[
number
,
number
]
;
shorthand
:
boolean
;
trailingComments
?:
Comment
[]
;
type
:
"Property"
;
value
:
Pattern
;
}
Hierarchy (
View Summary
)
Property
AssignmentProperty
Index
Properties
computed
key
kind
leading
Comments?
loc?
method
range?
shorthand
trailing
Comments?
type
value
Properties
computed
computed
:
boolean
key
key
:
Expression
|
PrivateIdentifier
kind
kind
:
"init"
Optional
leading
Comments
leadingComments
?:
Comment
[]
Optional
loc
loc
?:
SourceLocation
|
null
method
method
:
boolean
Optional
range
range
?:
[
number
,
number
]
shorthand
shorthand
:
boolean
Optional
trailing
Comments
trailingComments
?:
Comment
[]
type
type
:
"Property"
value
value
:
Pattern
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
computed
key
kind
leading
Comments
loc
method
range
shorthand
trailing
Comments
type
value
Github
KC's Workspace
Loading...