Skip to content

AlterSkip

@tsed/formio

Usage

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

See /packages/third-parties/formio/src/types/components/AlterSkip.ts.

Overview

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

baseUrl

ts
baseUrl: string;

whiteList

ts
whiteList: string[];

transform

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

Released under the MIT License.