Given only the radius, only the area, or only the circumference of a circle, the circle is uniquely defined. However, given only the area a rectangle is not uniquely defined. Similarly, how many parameters uniquely define a triangle. One condition is if given all the sides a triangle it is uniquely defined. How many such conditions exist involving the side lengths, the interior angles, the area and the perimeter of the triangle will uniquely define a triangle.
Also when I say uniquely defined please do not consider the orientation or position of the figure in the 2D space.
These are a few ways to uniquely determine a triangle:
Given all three side lengths would uniquely identify the triangle.
This is to the extent that given three positive reals, you can determine whether they form a triangle or not (triangle inequality). If they do, the triangle will be unique.
Given two sides length and the angle between them, you can determine the third side (cosine rule) and hence, the triangle.
This to the extent that given any two positive reals and any $\theta \in (0, \pi)$, you will get a unique triangle.
Given a side and the angles that the side makes with the other two. Using this, you can find the third angle and then determine all the sides (sine rule).
This is to the extent that given any positive real as side and two (positive) angles that sum to $< \pi$, you will get a unique triangle.