mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
@ -220,9 +220,8 @@ class ToastCmp {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface ToastOptions {
|
export interface ToastOptions {
|
||||||
title?: string;
|
message?: string;
|
||||||
cssClass?: string;
|
cssClass?: string;
|
||||||
buttons?: Array<any>;
|
|
||||||
duration?: number;
|
duration?: number;
|
||||||
showCloseButton?: boolean;
|
showCloseButton?: boolean;
|
||||||
closeButtonText?: string;
|
closeButtonText?: string;
|
||||||
|
Reference in New Issue
Block a user