@swizzyweb/swizzy-web-service
Preparing search index...
StateConverterProps
Interface StateConverterProps<IN_STATE>
Properties passed to a
StateConverter
function.
interface
StateConverterProps
<
IN_STATE
>
{
state
:
IN_STATE
;
[
key
:
string
]:
any
;
}
Type Parameters
IN_STATE
the input state type to convert from
Indexable
[
key
:
string
]:
any
Index
Properties
state
Properties
state
state
:
IN_STATE
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
state
@swizzyweb/swizzy-web-service
Loading...
Properties passed to a
StateConverterfunction.