@logixjs/core
Preparing search index...
HandleExtendFn
Type Alias HandleExtendFn<Sh, Ext>
HandleExtendFn
:
(
runtime
:
ModuleRuntime
<
StateOf
<
Sh
>
,
ActionOf
<
Sh
>
>
,
base
:
ModuleHandle
<
Sh
>
,
)
=>
Ext
|
ModuleHandle
<
Sh
>
&
Ext
|
null
|
undefined
Type Parameters
Sh
extends
AnyModuleShape
Ext
extends
object
Type Declaration
(
runtime
:
ModuleRuntime
<
StateOf
<
Sh
>
,
ActionOf
<
Sh
>
>
,
base
:
ModuleHandle
<
Sh
>
,
)
:
Ext
|
ModuleHandle
<
Sh
>
&
Ext
|
null
|
undefined
Parameters
runtime
:
ModuleRuntime
<
StateOf
<
Sh
>
,
ActionOf
<
Sh
>
>
base
:
ModuleHandle
<
Sh
>
Returns
Ext
|
ModuleHandle
<
Sh
>
&
Ext
|
null
|
undefined
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@logixjs/core
Loading...