According to doc there must be available method: this._parent() But I get "TypeError: this._parent is not a function". By the way, can I call this method in constructor init()?
According to doc there must be available method:
this._parent()
But I get "TypeError: this._parent is not a function".
By the way, can I call this method in constructor init()?