mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(all): docs for all missing props
This commit is contained in:
committed by
Manu MA
parent
53305741a0
commit
a72fced6fe
@ -20,9 +20,6 @@ export class ViewController {
|
||||
public params: ComponentProps | undefined
|
||||
) {}
|
||||
|
||||
/**
|
||||
* @hidden
|
||||
*/
|
||||
async init(container: HTMLElement) {
|
||||
this.state = ViewState.Attached;
|
||||
|
||||
@ -33,7 +30,6 @@ export class ViewController {
|
||||
}
|
||||
|
||||
/**
|
||||
* @hidden
|
||||
* DOM WRITE
|
||||
*/
|
||||
_destroy() {
|
||||
|
||||
Reference in New Issue
Block a user