@cccode/fxr - v22.0.0

    Interface IAction

    interface IAction {
        $data: ActionDataEntry;
        type: ActionType;
        clone(): IAction;
        minify(): AnyAction;
        serialize(options?: FXRSerializeOptions): any;
        toJSON(): any;
    }

    Implemented by

    Index

    Properties

    Methods

    • Creates a minified version of this action.

      Some actions can be minified to make the output smaller. This is done by creating a simpler action that is functionally equivalent to this action.

      Actions that can not be minified will not be changed.

      Returns AnyAction

    MMNEPVFCICPMFPCPTTAAATR