Documentation
    Preparing search index...

    Interface ToastAction

    interface ToastAction {
        actionLogo?: "external";
        actionText?: string;
        isBold?: boolean;
        text: string;
        actionCallback(): Promise<void>;
    }
    Index

    Properties

    actionLogo?: "external"
    actionText?: string
    isBold?: boolean
    text: string

    Methods