docs(components): update method and parameter descriptions (#18075)

This commit is contained in:
Brandy Carney
2019-04-23 12:59:25 -04:00
committed by GitHub
parent bd96491d03
commit 464ec3b70a
56 changed files with 879 additions and 644 deletions

View File

@ -36,14 +36,6 @@ export class SplitPane implements ComponentInterface {
* The content `id` of the split-pane's main content.
* This property can be used instead of the `[main]` attribute to select the `main`
* content of the split-pane.
*
* ```html
* <ion-split-pane content-id="my-content">
* <ion-menu></ion-menu>
* <div id="my-content">
* </ion-split-pane>
* ```
*
*/
@Prop() contentId?: string;