@cccode/fxr - v22.0.0

    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

    MMNEPVFCICPMFPCPTTAAATR