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