Enode — API Reference
    Preparing search index...

    Options accepted by the imperative toast API.

    interface ToastOptions {
        actionLabel?: string;
        durationMs?: number;
        onAction?: () => void;
        onSecondaryAction?: () => void;
        secondaryActionLabel?: string;
    }
    Index

    Properties

    actionLabel?: string
    durationMs?: number
    onAction?: () => void
    onSecondaryAction?: () => void
    secondaryActionLabel?: string