AlterSkip
@tsed/formio
Usage
typescript
import { AlterSkip } from "@tsed/formio";See /packages/third-parties/formio/src/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;