* Returns the field priority that determines the field order. * @return {number} Field priority
()
| 98 | * @return {number} Field priority |
| 99 | */ |
| 100 | getPriority () { |
| 101 | return this._priority |
| 102 | } |
| 103 | |
| 104 | /** |
| 105 | * Sets the field priority that determines the field order. |
no outgoing calls
no test coverage detected