* Returns the field width. * @return {number} Number of columns (1-12)
()
| 122 | * @return {number} Number of columns (1-12) |
| 123 | */ |
| 124 | getWidth () { |
| 125 | return this._width |
| 126 | } |
| 127 | |
| 128 | /** |
| 129 | * Sets the field with. |
no outgoing calls
no test coverage detected