Preparing search index...
The search index is not available
Юниверс MDM SDK UI
@universe-ee/sdk
Universe
Vendor
Mobx
IActionFactory
Interface IActionFactory
interface
IActionFactory
{
bound
:
(
(
target
:
Object
,
propertyKey
:
string
|
symbol
,
descriptor
?:
PropertyDescriptor
)
=>
void
)
;
<
T
>
(
fn
:
T
)
:
T
&
IAction
;
<
T
>
(
name
:
string
,
fn
:
T
)
:
T
&
IAction
;
(
customName
:
string
)
:
(
(
target
:
Object
,
key
:
string
|
symbol
,
baseDescriptor
?:
PropertyDescriptor
)
=>
void
)
;
(
target
:
Object
,
propertyKey
:
string
|
symbol
,
descriptor
?:
PropertyDescriptor
)
:
void
;
}
IAction
Factory
<
T
>
(
fn
)
:
T
&
IAction
Type Parameters
T
extends
undefined
|
null
|
Function
Parameters
fn
:
T
Returns
T
&
IAction
IAction
Factory
<
T
>
(
name
,
fn
)
:
T
&
IAction
Type Parameters
T
extends
undefined
|
null
|
Function
Parameters
name
:
string
fn
:
T
Returns
T
&
IAction
IAction
Factory
(
customName
)
:
(
(
target
:
Object
,
key
:
string
|
symbol
,
baseDescriptor
?:
PropertyDescriptor
)
=>
void
)
Parameters
customName
:
string
Returns
(
(
target
:
Object
,
key
:
string
|
symbol
,
baseDescriptor
?:
PropertyDescriptor
)
=>
void
)
(
target
,
key
,
baseDescriptor
?
)
:
void
Parameters
target
:
Object
key
:
string
|
symbol
Optional
baseDescriptor
:
PropertyDescriptor
Returns
void
IAction
Factory
(
target
,
propertyKey
,
descriptor
?
)
:
void
Parameters
target
:
Object
propertyKey
:
string
|
symbol
Optional
descriptor
:
PropertyDescriptor
Returns
void
Index
Properties
bound
Properties
bound
bound
:
(
(
target
:
Object
,
propertyKey
:
string
|
symbol
,
descriptor
?:
PropertyDescriptor
)
=>
void
)
On This Page
Properties
bound
Юниверс MDM SDK UI
Loading...