Next Best Action

A Next Best Action (NBA) shows the most relevant action to a user in a specific time frame.

API

API reference

import { BwcNextBestActionModule } from '@aviato/components/next-best-action';

Component

BwcNextBestAction

Parameters

Please fine below the parameters needed in BwcBestNextAction Component.

@Input()

config: BwcNextBestActionConfigType

object

Type BwcNextBestActionConfigType:

{ icon: string; // Icon that needs to be displayed title: string; // Title that describes the NBA description?: string; // Additional content hasEmphasis?: boolean; // Should NBA be shown with high emphasis isVariant?: boolean; // Displays the NBA with inverted styling href?: string; // When provided, NBA will be link target?: string; // If not provided, '_self' is default clickHandler?: () => void // Click handling }

 

 


Examples

Primary

Storybook failed to load. Please connect to the VPN to access.

 

Secondary

Storybook failed to load. Please connect to the VPN to access.