FormSetupOptions | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Type Alias FormSetupOptions

    FormSetupOptions: FormConfiguration & {
        handlers: Record<string, FormHandlerFactory>;
    }