File

src/banner/banner-content.interface.ts

Extends

NotificationContent

Index

Properties

Properties

caption
caption: string
Type : string
subtitle
subtitle: 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 ""