torque-pro-assistant - v1.0.0
    Preparing search index...

    Interface ToastAction

    Optional one-button action surfaced inside the toast (e.g. "Undo" on a destructive op, "View" on a successful import).

    interface ToastAction {
        label: string;
        onClick: () => void;
    }
    Index

    Properties

    Properties

    label: string
    onClick: () => void