Skip to content

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.

ServerActionMap

ServerActionResolverCallbacks

CtaResolverRegistry = ...

() => void