mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
docs(components): update method and parameter descriptions (#18075)
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user