mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
docs(): usage and examples
This commit is contained in:
@ -112,11 +112,13 @@ export class SplitPane {
|
||||
this.visible = mediaList.matches;
|
||||
}
|
||||
|
||||
/** Returns if the split pane is toggled or not */
|
||||
@Method()
|
||||
isVisible(): boolean {
|
||||
return this.visible;
|
||||
}
|
||||
|
||||
/** @hidden */
|
||||
@Method()
|
||||
isPane(element: HTMLElement): boolean {
|
||||
if (!this.visible) {
|
||||
|
||||
Reference in New Issue
Block a user