Preparing search index...
The search index is not available
wappsto-wapp
wappsto-wapp
IStateFunc
Interface IStateFunc
interface
IStateFunc
{
constructor
(
type
?:
StateType
,
data
?:
string
)
:
IState
;
fetchById
(
id
:
string
)
:
IState
;
findById
(
id
:
string
)
:
IState
;
}
Index
Methods
constructor
fetch
By
Id
find
By
Id
Methods
constructor
constructor
(
type
?:
StateType
,
data
?:
string
)
:
IState
Parameters
Optional
type
:
StateType
Optional
data
:
string
Returns
IState
fetch
By
Id
fetchById
(
id
:
string
)
:
IState
Parameters
id
:
string
Returns
IState
find
By
Id
findById
(
id
:
string
)
:
IState
Parameters
id
:
string
Returns
IState
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
constructor
fetch
By
Id
find
By
Id
wappsto-wapp
Loading...