Interface Toast

interface Toast {
    Kind: {
        BOOKMARK: 7;
        CLIP: 4;
        CLOCK: 8;
        CUSTOM: 3;
        FAILURE: 2;
        FORWARD: 6;
        LINK: 5;
        MESSAGE: 0;
        SUCCESS: 1;
    };
    Position: {
        BOTTOM: 1;
        TOP: 0;
    };
    toast: ToastFn;
}

Properties

Properties

Kind: {
    BOOKMARK: 7;
    CLIP: 4;
    CLOCK: 8;
    CUSTOM: 3;
    FAILURE: 2;
    FORWARD: 6;
    LINK: 5;
    MESSAGE: 0;
    SUCCESS: 1;
}
Position: {
    BOTTOM: 1;
    TOP: 0;
}
toast: ToastFn