* @description * Returns an array that represents the path from the top-level form to this control. * Each index is the string name of the control on that level.
()
| 344 | * Each index is the string name of the control on that level. |
| 345 | */ |
| 346 | override get path(): string[] { |
| 347 | return this._getPath(this.name); |
| 348 | } |
| 349 | |
| 350 | /** |
| 351 | * @description |