Search
Preparing search index...
@universe-ee/sdk
Universe
Vendor
Mobx
IActionFactory
Interface IActionFactory
interface
IActionFactory
{
bound
:
(
target
:
Object
,
propertyKey
:
string
|
symbol
,
descriptor
?:
PropertyDescriptor
,
)
=>
void
;
<
T
extends
undefined
|
null
|
Function
>
(
fn
:
T
)
:
T
&
IAction
;
<
T
extends
undefined
|
null
|
Function
>
(
name
:
string
,
fn
:
T
)
:
T
&
IAction
;
(
customName
:
string
,
)
:
(
target
:
Object
,
key
:
string
|
symbol
,
baseDescriptor
?:
PropertyDescriptor
,
)
=>
void
;
(
target
:
Object
,
propertyKey
:
string
|
symbol
,
descriptor
?:
PropertyDescriptor
,
)
:
void
;
}
IActionFactory
<
T
extends
undefined
|
null
|
Function
>
(
fn
:
T
)
:
T
&
IAction
Type Parameters
T
extends
undefined
|
null
|
Function
Parameters
fn
:
T
Returns
T
&
IAction
IActionFactory
<
T
extends
undefined
|
null
|
Function
>
(
name
:
string
,
fn
:
T
,
)
:
T
&
IAction
Type Parameters
T
extends
undefined
|
null
|
Function
Parameters
name
:
string
fn
:
T
Returns
T
&
IAction
IActionFactory
(
customName
:
string
,
)
:
(
target
:
Object
,
key
:
string
|
symbol
,
baseDescriptor
?:
PropertyDescriptor
,
)
=>
void
Parameters
customName
:
string
Returns
(
target
:
Object
,
key
:
string
|
symbol
,
baseDescriptor
?:
PropertyDescriptor
,
)
=>
void
IActionFactory
(
target
:
Object
,
propertyKey
:
string
|
symbol
,
descriptor
?:
PropertyDescriptor
,
)
:
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...