interface MDCAlertControlerOptions {
    buttonFont?: Font;
    buttonInkColor?: Color;
    buttonTitleColor?: Color;
    closeCallback?: Function;
    context?: any;
    cornerRadius?: number;
    customTitleView?: View;
    dismissOnBackgroundTap?: boolean;
    elevation?: number;
    iosForceClosePresentedViewController?: boolean;
    messageColor?: Color;
    messageFont?: Font;
    scrimColor?: Color;
    shouldResolveOnAction?: ((result) => boolean);
    titleAlignment?: string;
    titleColor?: Color;
    titleFont?: Font;
    titleIcon?: ImageSource;
    titleIconTintColor?: Color;
    view?: string | ViewBase;
}

Properties

buttonFont?: Font
buttonInkColor?: Color
buttonTitleColor?: Color
closeCallback?: Function
context?: any
cornerRadius?: number
customTitleView?: View
dismissOnBackgroundTap?: boolean
elevation?: number
iosForceClosePresentedViewController?: boolean
messageColor?: Color
messageFont?: Font
scrimColor?: Color
shouldResolveOnAction?: ((result) => boolean)

Type declaration

    • (result): boolean
    • Parameters

      • result: any

      Returns boolean

titleAlignment?: string
titleColor?: Color
titleFont?: Font
titleIcon?: ImageSource
titleIconTintColor?: Color
view?: string | ViewBase

Generated using TypeDoc