blessed-components - v1.20.0
GitHub
Roadmap
Preparing search index...
index
CalculateDashboardGridOptions
Interface CalculateDashboardGridOptions<TItem>
Layout options.
interface
CalculateDashboardGridOptions
<
TItem
extends
DashboardGridItem
=
DashboardGridItem
,
>
{
breakpoints
?:
readonly
DashboardGridBreakpoint
[]
;
columnGap
?:
number
;
height
:
number
;
items
:
readonly
TItem
[]
;
rowGap
?:
number
;
rowHeight
?:
number
;
width
:
number
;
}
Type Parameters
TItem
extends
DashboardGridItem
=
DashboardGridItem
Index
Properties
breakpoints?
column
Gap?
height
items
row
Gap?
row
Height?
width
Properties
Optional
breakpoints
breakpoints
?:
readonly
DashboardGridBreakpoint
[]
Optional
column
Gap
columnGap
?:
number
height
height
:
number
items
items
:
readonly
TItem
[]
Optional
row
Gap
rowGap
?:
number
Optional
row
Height
rowHeight
?:
number
width
width
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
breakpoints
column
Gap
height
items
row
Gap
row
Height
width
GitHub
Roadmap
blessed-components - v1.20.0
Loading...
Layout options.