@moritzbrantner/diagrams - v0.1.1
GitHub
Preparing search index...
GanttChartProps
Type Alias GanttChartProps
GanttChartProps
:
Omit
<
React.ComponentProps
<
"figure"
>
,
"children"
>
&
{
ariaLabel
?:
string
;
caption
?:
React.ReactNode
;
defaultFocusedTaskId
?:
string
|
null
;
emptyMessage
?:
React.ReactNode
;
endDate
?:
GanttChartDate
;
focusedTaskId
?:
string
|
null
;
formatDate
?:
(
date
:
Date
)
=>
string
;
getTaskDisabled
?:
(
task
:
PreparedGanttTask
)
=>
boolean
;
hiddenTaskIds
?:
readonly
string
[]
;
keyboardMode
?:
"nodes"
|
"none"
;
onFocusedTaskIdChange
?:
(
task
:
PreparedGanttTask
|
null
)
=>
void
;
onTaskActionSelect
?:
(
action
:
GanttChartTaskAction
,
task
:
PreparedGanttTask
,
)
=>
void
;
onTaskDeselect
?:
()
=>
void
;
onTaskSelect
?:
(
task
:
PreparedGanttTask
)
=>
void
;
rowHeight
?:
number
;
selectedTaskId
?:
string
|
null
;
startDate
?:
GanttChartDate
;
taskActions
?:
|
readonly
GanttChartTaskAction
[]
|
(
(
task
:
PreparedGanttTask
)
=>
readonly
GanttChartTaskAction
[]
)
;
tasks
?:
readonly
GanttChartTask
[]
;
tickCount
?:
number
;
todayDate
?:
GanttChartDate
;
visibleTaskIds
?:
readonly
string
[]
;
width
?:
number
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
@moritzbrantner/diagrams - v0.1.1
Loading...