@cccode/fxr - v31.0.0
    Preparing search index...

    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