torque-pro-assistant - v1.0.0
    Preparing search index...
    interface RenameDialogProps {
        meta: SessionMeta;
        onCancel: () => void;
        onSave: (nextName: string) => void;
        testId?: string;
    }
    Index

    Properties

    onCancel: () => void
    onSave: (nextName: string) => void
    testId?: string