mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
@ -5,12 +5,15 @@ export interface AlertOptions {
|
||||
subHeader?: string;
|
||||
message?: string;
|
||||
cssClass?: string | string[];
|
||||
mode?: string;
|
||||
inputs?: AlertInput[];
|
||||
buttons?: (AlertButton | string)[];
|
||||
backdropDismiss?: boolean;
|
||||
translucent?: boolean;
|
||||
animated?: boolean;
|
||||
|
||||
mode?: string;
|
||||
keyboardClose?: boolean;
|
||||
id?: string;
|
||||
}
|
||||
|
||||
export interface AlertInput {
|
||||
|
Reference in New Issue
Block a user