Юниверс DG SDK UI
v2.15.0
@universe-dg/sdk
Universe
Vendor
Mobx
IComputed
Интерфейс 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
Параметры типа
T
Параметры
options
:
IComputedValueOptions
<
T
>
Возвращает
any
IComputed
<
T
>
(
func
:
()
=>
T
,
setter
:
(
v
:
T
)
=>
void
)
:
IComputedValue
<
T
>
Параметры типа
T
Параметры
func
:
()
=>
T
setter
:
(
v
:
T
)
=>
void
Возвращает
IComputedValue
<
T
>
IComputed
<
T
>
(
func
:
()
=>
T
,
options
?:
IComputedValueOptions
<
T
>
,
)
:
IComputedValue
<
T
>
Параметры типа
T
Параметры
func
:
()
=>
T
Optional
options
:
IComputedValueOptions
<
T
>
Возвращает
IComputedValue
<
T
>
IComputed
(
target
:
Object
,
key
:
string
|
symbol
,
baseDescriptor
?:
PropertyDescriptor
,
)
:
void
Параметры
target
:
Object
key
:
string
|
symbol
Optional
baseDescriptor
:
PropertyDescriptor
Возвращает
void
Индекс
Свойства
struct
Свойства
struct
struct
:
(
target
:
Object
,
key
:
string
|
symbol
,
baseDescriptor
?:
PropertyDescriptor
,
)
=>
void
Настройки
Видимость элементов
?
Наследуемый
Защищенный
Внешний
Экспериментальный
Внутренний
На этой странице
Свойства
struct
Юниверс DG SDK UI
v2.15.0
Поиск
Подготовка поискового индекса...
Загрузка...