Preparing search index...
The search index is not available
XYO Platform SDK - v3.6.9
XYO Platform SDK
@xyo-network/module-model
isModuleState
Function isModuleState
isModuleState
<
T
extends
StateDictionary
=
StateDictionary
>
(
payload
?:
unknown
,
)
:
payload
is
DeepRestrictToStringKeys
<
{
schema
:
"network.xyo.module.state"
;
state
:
DeepOmitStartsWith
<
DeepOmitStartsWith
<
T
,
"_"
>
,
"$"
>
;
}
,
>
Type Parameters
T
extends
StateDictionary
=
StateDictionary
Parameters
Optional
payload
:
unknown
Returns
payload
is
DeepRestrictToStringKeys
<
{
schema
:
"network.xyo.module.state"
;
state
:
DeepOmitStartsWith
<
DeepOmitStartsWith
<
T
,
"_"
>
,
"$"
>
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
XYO Platform SDK - v3.6.9
Loading...