@cccode/fxr - v31.0.0
Preparing search index...
ActionDataConversionEntry
Type Alias ActionDataConversionEntry<T>
type
ActionDataConversionEntry
<
T
>
=
{
fallback
?
(
action
:
T
,
game
:
Game
)
:
Action
;
minify
?
()
:
AnyAction
;
read
?
(
props
:
Props
<
T
>
,
game
:
Game
)
:
Props
<
T
>
;
write
?
(
props
:
Props
<
T
>
,
game
:
Game
)
:
Props
<
T
>
;
}
Type Parameters
T
Index
Methods
fallback?
minify?
read?
write?
Methods
Optional
fallback
fallback
?
(
action
:
T
,
game
:
Game
)
:
Action
Parameters
action
:
T
game
:
Game
Returns
Action
Optional
minify
minify
?
()
:
AnyAction
Returns
AnyAction
Optional
read
read
?
(
props
:
Props
<
T
>
,
game
:
Game
)
:
Props
<
T
>
Parameters
props
:
Props
<
T
>
game
:
Game
Returns
Props
<
T
>
Optional
write
write
?
(
props
:
Props
<
T
>
,
game
:
Game
)
:
Props
<
T
>
Parameters
props
:
Props
<
T
>
game
:
Game
Returns
Props
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
fallback
minify
read
write
FXR Playground
Support me on Ko-fi
@cccode/fxr - v31.0.0
Loading...