Optional
borderOptional
borderChange whether or not there is a left border.
Optional
borderChange whether or not there is a right border.
Optional
borderChange whether or not there is a top border.
Optional
frozen?: booleanChange whether a test is frozen in place.
Optional
label?: stringChange the text that accompanies the test.
Optional
location?: { Contains properties to change the location of the test.
Optional
column?: "default" | numberChange the column a test is in, between 0 and 11.
Optional
insertIf 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'.
Optional
row?: numberChange the row a test is in. If not specified, the last row index will be used.
Optional
userChange whether a test can be seen. Invisible tests are treated the same as visible tests.
Optional
width?: 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.