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

    Type Alias FormSetupOptions

    type FormSetupOptions = {
        handlers: Record<string, FormHandlerFactory>;
    }
    Index

    Properties

    Properties

    handlers: Record<string, FormHandlerFactory>