vapor-chamber API reference - v1.3.0
    Preparing search index...

    Function createFormBus

    • createFormBus — reactive form state manager built on the command bus.

      All form mutations go through the internal bus, so plugins (logger, throttle, authGuard, etc.) intercept them like any other command.

      Type Parameters

      • T extends Record<string, any>

      Parameters

      Returns FormBus<T>