MCPcopy Create free account
hub / github.com/ionic-team/ionic-framework / getCurrentBreakpoint

Method getCurrentBreakpoint

core/src/components/modal/modal.tsx:1103–1105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1101 */
1102 @Method()
1103 async getCurrentBreakpoint(): Promise<number | undefined> {
1104 return this.currentBreakpoint;
1105 }
1106
1107 private async moveToNextBreakpoint() {
1108 const { breakpoints, currentBreakpoint } = this;

Callers 2

modal.e2e.tsFile · 0.80
modal.e2e.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected