@m-bock/gcode-viewer-core
Preparing search index...
StateMachines.App
useStateMachineApp
Variable useStateMachineApp
Const
useStateMachineApp
:
()
=>
{
dispatch
:
{
MsgSetFilter
:
(
_
:
string
)
=>
void
;
MsgSetIndex
:
(
_
:
RemoteData
<
{
content
:
IndexFileItem
[]
;
url
:
string
}
>
,
)
=>
void
;
runFetchIndex
:
(
_
:
{
url
:
string
}
)
=>
void
;
}
;
state
:
PubState
;
}
Type Declaration
()
:
{
dispatch
:
{
MsgSetFilter
:
(
_
:
string
)
=>
void
;
MsgSetIndex
:
(
_
:
RemoteData
<
{
content
:
IndexFileItem
[]
;
url
:
string
}
>
,
)
=>
void
;
runFetchIndex
:
(
_
:
{
url
:
string
}
)
=>
void
;
}
;
state
:
PubState
;
}
Returns
{
dispatch
:
{
MsgSetFilter
:
(
_
:
string
)
=>
void
;
MsgSetIndex
:
(
_
:
RemoteData
<
{
content
:
IndexFileItem
[]
;
url
:
string
}
>
,
)
=>
void
;
runFetchIndex
:
(
_
:
{
url
:
string
}
)
=>
void
;
}
;
state
:
PubState
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@m-bock/gcode-viewer-core
Loading...