Preparing search index...
The search index is not available
Юниверс MDM SDK UI
@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
)
:
any
Type Parameters
T
Parameters
options
:
IComputedValueOptions
<
T
>
Returns
any
IComputed
<
T
>
(
func
,
setter
)
:
IComputedValue
<
T
>
Type Parameters
T
Parameters
func
:
(
(
)
=>
T
)
(
)
:
T
Returns
T
setter
:
(
(
v
:
T
)
=>
void
)
(
v
)
:
void
Parameters
v
:
T
Returns
void
Returns
IComputedValue
<
T
>
IComputed
<
T
>
(
func
,
options
?
)
:
IComputedValue
<
T
>
Type Parameters
T
Parameters
func
:
(
(
)
=>
T
)
(
)
:
T
Returns
T
Optional
options
:
IComputedValueOptions
<
T
>
Returns
IComputedValue
<
T
>
IComputed
(
target
,
key
,
baseDescriptor
?
)
:
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...