isBreakpointWithin
Function | Source Code
isBreakpointWithin(breakpoint: BreakpointName, otherBreakpoint: BreakpointName): boolean
Returns
Section titled “Returns”Whether breakpoints is the same as otherBreakpoint.
Parameters
Section titled “Parameters”breakpoint: BreakpointName
Section titled “breakpoint: BreakpointName”The breakpoint to base the comparison on.
otherBreakpoint: BreakpointName
Section titled “otherBreakpoint: BreakpointName”The other breakpoint to compare breakpoint to.