File

src/banner/banner-content.interface.ts

Description

Deprecated in favour of NotificationContent (to be removed in v3.0).

Index

Properties

Properties

closeLabel
closeLabel: string
Type : string
duration
duration: number
Type : number
smart
smart: boolean
Type : boolean
target
target: string
Type : string
title
title: string
Type : string
type
type: string
Type : string
export interface BannerContent {
	type: string;
	title: string;
	target?: string;
	duration?: number;
	smart?: boolean;
	closeLabel?: string;
}

export interface NotificationContent extends BannerContent {
	message: string;
}

export interface ToastContent extends NotificationContent {
	subtitle: string;
	caption: string;
}

results matching ""

    No results matching ""