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

## Usage

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

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

## Overview

```ts
class AlterSkip implements AlterHook {
    baseUrl: string;
    whiteList: string[];
    transform(value: any, ctx: PlatformContext): any;
}
```

<!-- Members -->

## baseUrl

```ts
baseUrl: string;
```

## whiteList

```ts
whiteList: string[];
```

## transform

```ts
transform(value: any, ctx: PlatformContext): any;
```
