Interface ToastOptions

interface ToastOptions {
    animationSpeed?: number;
    closable?: boolean;
    dur?: number;
    type?: string;
}

Hierarchy (view full)

Properties

animationSpeed?: number

show/hide animation time in millisecond

closable?: boolean

Shows a close button

dur?: number

Duration in millisecond

type?: string

Toast type