torque-pro-assistant - v1.0.0
    Preparing search index...
    interface RowMenuProps {
        anchor: { x: number; y: number };
        onClose: () => void;
        onDelete: () => void;
        onDuplicate: () => void;
        onExport: () => void;
        onOpen: () => void;
        onRename: () => void;
        onShowInFolder: () => void;
        sessionName: string;
        testId?: string;
    }
    Index

    Properties

    anchor: { x: number; y: number }
    onClose: () => void
    onDelete: () => void
    onDuplicate: () => void
    onExport: () => void
    onOpen: () => void
    onRename: () => void
    onShowInFolder: () => void
    sessionName: string
    testId?: string