Coal LLC - v1.0.0
Preparing search index...
ReduxProp
Class ReduxProp<T>
Type Parameters
T
Index
Constructors
constructor
Methods
attach
calculate
detach
Constructors
constructor
new
ReduxProp
<
T
>
(
api
:
IExtensionApi
,
inputs
:
string
[]
[]
,
func
:
(
...
args
:
unknown
[]
)
=>
T
,
)
:
ReduxProp
<
T
>
Type Parameters
T
Parameters
api
:
IExtensionApi
inputs
:
string
[]
[]
func
:
(
...
args
:
unknown
[]
)
=>
T
Returns
ReduxProp
<
T
>
Methods
attach
attach
(
component
:
IUpdateable
)
:
void
Parameters
component
:
IUpdateable
Returns
void
calculate
calculate
()
:
T
|
undefined
Returns
T
|
undefined
detach
detach
(
component
:
IUpdateable
)
:
void
Parameters
component
:
IUpdateable
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
attach
calculate
detach
Coal LLC - v1.0.0
Loading...