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
Secondary