blessed-components - v1.20.0
GitHub
Roadmap
Preparing search index...
index
RenderGanttOptions
Interface RenderGanttOptions
Options accepted by
renderGantt
.
interface
RenderGanttOptions
{
height
?:
number
;
max
?:
number
;
min
?:
number
;
tasks
:
readonly
GanttTask
[]
;
width
:
number
;
}
Index
Properties
height?
max?
min?
tasks
width
Properties
Optional
height
height
?:
number
Optional
max
max
?:
number
Optional
min
min
?:
number
tasks
tasks
:
readonly
GanttTask
[]
width
width
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
height
max
min
tasks
width
GitHub
Roadmap
blessed-components - v1.20.0
Loading...
Options accepted by renderGantt.