AlterHost
@tsed/formio
Usage
typescript
import { AlterHost } from "@tsed/formio";
See /packages/third-parties/formio/src/types/components/AlterHost.ts.
Overview
ts
class AlterHost implements AlterHook<string> {
transform(baseUrl: string, ctx: PlatformContext): string;
}
transform
ts
transform(baseUrl: string, ctx: PlatformContext): string;