AlterLog
@tsed/formio
Usage
typescript
import { AlterLog } from "@tsed/formio";
See /packages/third-parties/formio/src/types/components/AlterLog.ts.
Overview
ts
class AlterLog implements AlterHook {
transform(event: string, ctx: PlatformContext, ...info: any[]): boolean;
}
transform
ts
transform(event: string, ctx: PlatformContext, ...info: any[]): boolean;