---
meta:
 - name: keywords
   description: api typescript node.js documentation AlterLog class
---
# AlterLog - @tsed/formio

## Usage

```typescript
import { AlterLog } from "@tsed/formio";
```

> See [/packages/third-parties/formio/src/components/AlterLog.ts](https://github.com/tsedio/tsed/blob/v8.26.2/packages/third-parties/formio/src/components/AlterLog.ts#L0-L0).

## Overview

```ts
class AlterLog implements AlterHook {
    transform(event: string, ctx: PlatformContext, ...info: any[]): boolean;
}
```

<!-- Members -->

## transform

```ts
transform(event: string, ctx: PlatformContext, ...info: any[]): boolean;
```
