* @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.
()
| 317 | * Each index is the string name of the control on that level. |
| 318 | */ |
| 319 | override get path(): string[] { |
| 320 | return this._getPath(this.name); |
| 321 | } |
| 322 | |
| 323 | /** |
| 324 | * @description |