Search
Preparing search index...
@universe-ee/sdk
Universe
Vendor
Mobx
IComputed
Interface IComputed
interface
IComputed
{
struct
:
(
target
:
Object
,
key
:
string
|
symbol
,
baseDescriptor
?:
PropertyDescriptor
,
)
=>
void
;
<
T
>
(
options
:
IComputedValueOptions
<
T
>
)
:
any
;
<
T
>
(
func
:
()
=>
T
,
setter
:
(
v
:
T
)
=>
void
)
:
IComputedValue
<
T
>
;
<
T
>
(
func
:
()
=>
T
,
options
?:
IComputedValueOptions
<
T
>
)
:
IComputedValue
<
T
>
;
(
target
:
Object
,
key
:
string
|
symbol
,
baseDescriptor
?:
PropertyDescriptor
,
)
:
void
;
}
IComputed
<
T
>
(
options
:
IComputedValueOptions
<
T
>
)
:
any
Type Parameters
T
Parameters
options
:
IComputedValueOptions
<
T
>
Returns
any
IComputed
<
T
>
(
func
:
()
=>
T
,
setter
:
(
v
:
T
)
=>
void
)
:
IComputedValue
<
T
>
Type Parameters
T
Parameters
func
:
()
=>
T
setter
:
(
v
:
T
)
=>
void
Returns
IComputedValue
<
T
>
IComputed
<
T
>
(
func
:
()
=>
T
,
options
?:
IComputedValueOptions
<
T
>
,
)
:
IComputedValue
<
T
>
Type Parameters
T
Parameters
func
:
()
=>
T
Optional
options
:
IComputedValueOptions
<
T
>
Returns
IComputedValue
<
T
>
IComputed
(
target
:
Object
,
key
:
string
|
symbol
,
baseDescriptor
?:
PropertyDescriptor
,
)
:
void
Parameters
target
:
Object
key
:
string
|
symbol
Optional
baseDescriptor
:
PropertyDescriptor
Returns
void
Index
Properties
struct
Properties
struct
struct
:
(
target
:
Object
,
key
:
string
|
symbol
,
baseDescriptor
?:
PropertyDescriptor
,
)
=>
void
On This Page
Properties
struct
Юниверс MDM SDK UI
Loading...