Properties

Properties #

Quadrille properties are divided into read-only and read/write categories. Read-only properties include mouseRow, mouseCol, size, and order, which provide insights into the quadrille’s state. On the other hand, width, height, and memory2D can be both read and set. Access and assign these properties using dot notation, for example: let order = quadrille.order; or quadrille.width = 5;.