Interface: IComputedFactory()
Defined in: mobx:
See
https://mobx.js.org/README.html
Extends
Annotation.PropertyDecorator.ClassGetterDecorator
Call Signature
ts
IComputedFactory<T>(options: IComputedValueOptions<T>): Annotation & PropertyDecorator & ClassGetterDecorator;Defined in: mobx:
Type Parameters
| Type Parameter |
|---|
T |
Parameters
| Parameter | Type |
|---|---|
options | IComputedValueOptions<T> |
Returns
Annotation & PropertyDecorator & ClassGetterDecorator
See
https://mobx.js.org/README.html
Call Signature
ts
IComputedFactory<T>(func: () => T, options?: IComputedValueOptions<T>): IComputedValue<T>;Defined in: mobx:
Type Parameters
| Type Parameter |
|---|
T |
Parameters
| Parameter | Type |
|---|---|
func | () => T |
options? | IComputedValueOptions<T> |
Returns
See
https://mobx.js.org/README.html
Call Signature
ts
IComputedFactory(target: Object, propertyKey: string | symbol): void;Defined in: mobx:
Parameters
| Parameter | Type |
|---|---|
target | Object |
propertyKey | string | symbol |
Returns
void
See
https://mobx.js.org/README.html
Call Signature
ts
IComputedFactory(value: (this: any) => any, context: ClassGetterDecoratorContext): void | ((this: any) => any);Defined in: mobx:
Parameters
| Parameter | Type |
|---|---|
value | (this: any) => any |
context | ClassGetterDecoratorContext |
Returns
void | ((this: any) => any)
See
https://mobx.js.org/README.html
Methods
decorate_20223_()
ts
decorate_20223_(value: any, context: DecoratorContext): any;Defined in: mobx:
Parameters
| Parameter | Type |
|---|---|
value | any |
context | DecoratorContext |
Returns
any
Inherited from
ts
Annotation.decorate_20223_extend_()
ts
extend_(
adm: ObservableObjectAdministration,
key: PropertyKey,
descriptor: PropertyDescriptor,
proxyTrap: boolean): boolean | null;Defined in: mobx:
Parameters
| Parameter | Type |
|---|---|
adm | ObservableObjectAdministration |
key | PropertyKey |
descriptor | PropertyDescriptor |
proxyTrap | boolean |
Returns
boolean | null
Inherited from
ts
Annotation.extend_make_()
ts
make_(
adm: ObservableObjectAdministration,
key: PropertyKey,
descriptor: PropertyDescriptor,
source: object): MakeResult;Defined in: mobx:
Parameters
| Parameter | Type |
|---|---|
adm | ObservableObjectAdministration |
key | PropertyKey |
descriptor | PropertyDescriptor |
source | object |
Returns
MakeResult
Inherited from
ts
Annotation.make_Properties
annotationType_
ts
annotationType_: string;Defined in: mobx:
Inherited from
ts
Annotation.annotationType_options_?
ts
optional options_?: any;Defined in: mobx:
Inherited from
ts
Annotation.options_struct
ts
struct: Annotation & PropertyDecorator & ClassGetterDecorator;Defined in: mobx: