Typescript Library Declarations (ES2023)
Interface PropertyDescriptor
Hierarchy
PropertyDescriptor
Index
Properties
configurable?
enumerable?
value?
writable?
Methods
get?
set?
Properties
Optional
configurable
configurable
?:
boolean
Optional
enumerable
enumerable
?:
boolean
Optional
value
value
?:
any
Optional
writable
writable
?:
boolean
Methods
Optional
get
get
(
)
:
any
Returns
any
Optional
set
set
(
v
)
:
void
Parameters
v
:
any
Returns
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
configurable
enumerable
value
writable
get
set