registerServerActionResolvers
registerServerActionResolvers(
actions,callbacks,registry?): () =>void
Register app-owned server actions behind the existing CTA registry.
Called after the init uiPathResolvers bridge and built-ins, so any resolver
the customer registered through those surfaces wins. A later explicit
registerCtaResolver() still replaces this entry normally. Handler failures
are contained, reported, and tracked without applying context.
Parameters
Section titled “Parameters”actions
Section titled “actions”callbacks
Section titled “callbacks”ServerActionResolverCallbacks
registry?
Section titled “registry?”CtaResolverRegistry = ...
Returns
Section titled “Returns”() => void