CachePropertyDescriptor
decorators/cache.CachePropertyDescriptor
Type parameters
Name |
---|
T |
R |
Hierarchy
-
PropertyDescriptor
↳
CachePropertyDescriptor
get
Optional
get: (this
: T
) => R
Type declaration
(this
): R
Parameters
Name | Type |
---|---|
this |
T |
Returns
R
Overrides
PropertyDescriptor.get
Defined in
src/core/decorators/cache/cache.ts#25
configurable
Optional
configurable: boolean
Inherited from
PropertyDescriptor.configurable
Defined in
typescript/lib/lib.es5.d.ts:111
enumerable
Optional
enumerable: boolean
Inherited from
PropertyDescriptor.enumerable
Defined in
typescript/lib/lib.es5.d.ts:112
value
Optional
value: any
Inherited from
PropertyDescriptor.value
Defined in
typescript/lib/lib.es5.d.ts:113
writable
Optional
writable: boolean
Inherited from
PropertyDescriptor.writable
Defined in
typescript/lib/lib.es5.d.ts:114
set
set(v
): void
Parameters
Name | Type |
---|---|
v |
any |
Returns
void
Inherited from
PropertyDescriptor.set
Defined in
typescript/lib/lib.es5.d.ts:116