@vicinae/api
    Preparing search index...

    Enumeration Style

    Defines the visual style of the Toast.

    Use Toast.Style.Success for confirmations and Toast.Style.Failure for displaying errors. Use Toast.Style.Animated when your Toast should be shown until a process is completed. You can hide it later by using Toast.hide or update the properties of an existing Toast.

    Index

    Enumeration Members

    Enumeration Members

    Animated: "animated"
    Failure: "failure"
    Success: "success"