FSResponsiveExtensions extension

Extension methods for FSBreakpoint enum

on

Properties

displayName String

Available on FSBreakpoint, provided by the FSResponsiveExtensions extension

Get full display name for the breakpoint
no setter
isDesktop bool

Available on FSBreakpoint, provided by the FSResponsiveExtensions extension

Check if this breakpoint is considered desktop size
no setter
isMobile bool

Available on FSBreakpoint, provided by the FSResponsiveExtensions extension

Check if this breakpoint is considered mobile size
no setter
isTablet bool

Available on FSBreakpoint, provided by the FSResponsiveExtensions extension

Check if this breakpoint is considered tablet size
no setter
minWidth double

Available on FSBreakpoint, provided by the FSResponsiveExtensions extension

Get the minimum width for this breakpoint
no setter
name String

Available on FSBreakpoint, provided by the FSResponsiveExtensions extension

Get human-readable name for the breakpoint
no setter
next FSBreakpoint

Available on FSBreakpoint, provided by the FSResponsiveExtensions extension

Get the next larger breakpoint
no setter
previous FSBreakpoint

Available on FSBreakpoint, provided by the FSResponsiveExtensions extension

Get the previous smaller breakpoint
no setter