Skip to content

CtaResolver

CtaResolver = (uiPath, context) => void

A resolver bound to a CTA action type via registerCtaResolver.

When a placement’s CTA is clicked and a resolver is registered for the parsed uiPath.type, the renderer invokes it instead of the generic onCtaClick callback — letting customers handle tenant-defined custom actions (e.g. opening an integration flow) with their own logic.

PlacementUiPath

CtaResolverContext

void