Class: Breakpoint

FooTable. Breakpoint

new Breakpoint(name, width) → {FooTable.Breakpoint}

The breakpoint class containing the name and maximum width for the breakpoint.
Parameters:
Name Type Description
name string The name of the breakpoint. Must contain no spaces or special characters.
width number The width of the breakpoint in pixels.
Returns:
Type
FooTable.Breakpoint

Extends

Members

name :string

The name of the breakpoint.
Type:
  • string

width :number

The maximum width of the breakpoint in pixels.
Type:
  • number
Copyright © 2016
Documentation generated by JSDoc 3.4.1 on 2017-07-06T21:37:42+02:00