@vicinae/api
    Preparing search index...

    Interface ToastOptions

    Use Toast.Options instead

    interface ToastOptions {
        message?: string;
        primaryAction?: Toast.ActionOptions;
        secondaryAction?: Toast.ActionOptions;
        style?: Style;
        title: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    message?: string

    An additional message for the Toast. Useful to show more information, e.g. an identifier of a newly created asset.

    primaryAction?: Toast.ActionOptions

    The primary Action the user can take when hovering on the Toast.

    secondaryAction?: Toast.ActionOptions

    The secondary Action the user can take when hovering on the Toast.

    style?: Style

    The style of a Toast.

    title: string

    The title of a Toast. Displayed on the top.