OptionalborderOptionalborderChange whether or not there is a left border.
OptionalborderChange whether or not there is a right border.
OptionalborderChange whether or not there is a top border.
Optionalfrozen?: booleanChange whether a test is frozen in place.
Optionallabel?: stringChange the text that accompanies the test.
Optionallocation?: { Contains properties to change the location of the test.
Optionalcolumn?: "default" | numberChange the column a test is in, between 0 and 11.
OptionalinsertIf set to 'insertIntoNewRow', the test will be inserted in a new row at the given row index. If set to 'appendToExistingRow' the test will be appended to the existing row at the given row index. Defaults to 'insertIntoNewRow'.
Optionalrow?: numberChange the row a test is in. If not specified, the last row index will be used.
OptionaluserChange whether a test can be seen. Invisible tests are treated the same as visible tests.
Optionalwidth?: numberChange the number of columns the test occupies. The minimum width for a test is defined by minWidth, and the max width is 12.
Change whether or not there is a bottom border.