TaskBoardProps
Represents the props of the TaskBoard component
Name | Type | Default | Description |
---|---|---|---|
card? |
|
Represents the TaskBoardCard component. | |
children? |
|
The React elements that will be rendered inside the toolbar of the TaskBoard. | |
className? |
|
Specifies a list of CSS classes that will be added to the TaskBoard element. | |
column? |
|
Represents the TaskBoardColumn component. | |
columnData |
|
Specifies the column data from type TaskBoardColumnModel. | |
id? |
|
Specifies the id that will be added to the TaskBoard element. | |
onChange |
|
Represents the | |
priorities |
|
Specifies the priorities of the task board. | |
style? |
|
Represents the styles that are applied to the TaskBoard. | |
tabIndex? |
|
Specifies the | |
taskData |
|
Represents the task data from type TaskBoardTaskModel. |