fix(all): docs for all missing props

This commit is contained in:
Manu Mtz.-Almeida
2018-10-11 16:02:15 -05:00
committed by Manu MA
parent 53305741a0
commit a72fced6fe
119 changed files with 1026 additions and 657 deletions

View File

@ -11,7 +11,7 @@ export class PickerController implements ComponentInterface, OverlayController {
@Prop({ context: 'document' }) doc!: Document;
/*
/**
* Create a picker overlay with picker options.
*/
@Method()
@ -19,7 +19,7 @@ export class PickerController implements ComponentInterface, OverlayController {
return createOverlay(this.doc.createElement('ion-picker'), opts);
}
/*
/**
* Dismiss the open picker overlay.
*/
@Method()
@ -27,7 +27,7 @@ export class PickerController implements ComponentInterface, OverlayController {
return dismissOverlay(this.doc, data, role, 'ion-picker', id);
}
/*
/**
* Get the most recently opened picker overlay.
*/
@Method()