Interface Toast

interface Toast {
    Kind: {
        BOOKMARK: "bookmark";
        CLIP: "clip";
        CLOCK: "clock";
        CUSTOM: "custom";
        FAILURE: "failure";
        FORWARD: "forward";
        LINK: "link";
        MESSAGE: "message";
        SUCCESS: "success";
    };
    Position: { BOTTOM: 1; TOP: 0 };
    toast: ToastFn;
}

Properties

Properties

Kind: {
    BOOKMARK: "bookmark";
    CLIP: "clip";
    CLOCK: "clock";
    CUSTOM: "custom";
    FAILURE: "failure";
    FORWARD: "forward";
    LINK: "link";
    MESSAGE: "message";
    SUCCESS: "success";
}
Position: { BOTTOM: 1; TOP: 0 }
toast: ToastFn
MMNEPVFCICPMFPCPTTAAATR