Interface ToastShowOptions

interface ToastShowOptions {
    animationSpeed?: number;
    closable?: boolean;
    dur?: number;
    pos?: string;
    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

pos?: string

Toast position

type?: string

Toast type