TaskBoardTaskEditPaneProps
Represents the props of the TaskBoardTaskEditPane component
Name | Type | Default | Description |
---|---|---|---|
cancelButton |
|
Represents the cancel button of the TaskBoardTaskEditPane. | |
description |
|
The rendered description. | |
descriptionInputTitle |
|
Represents the descriptionInput title of the TaskBoardTaskEditPane. | |
descriptionLabel |
|
Represents the description label of the TaskBoardTaskEditPane. | |
header |
|
Represents the rendered header of the TaskBoardTaskEditPane. | |
onClose |
|
Fires when Cancel button is clicked. | |
onDescriptionChange |
|
Fires when a description is changed. | |
onPriorityChange |
|
Fires when a priority has been changed. | |
onSave |
|
Fires when Save button is clicked. | |
onTitleChange |
|
Fires when a title is changed. | |
priorities |
|
Determines the rendered priorities. | |
priority |
|
Determines the priority. | |
priorityDropDownTitle |
|
Represents the priorityDropDownTitle title of the TaskBoardTaskEditPane. | |
priorityLabel |
|
Represents the priority label of the TaskBoardTaskEditPane. | |
saveButton |
|
Represents the save button of the TaskBoardTaskEditPane. | |
task? |
|
Represents the rendered task of the TaskBoardTaskEditPane. | |
title |
|
Represents the title of the TaskBoardTaskEditPane. | |
titleInputTitle |
|
Represents the titleInput title of the TaskBoardTaskEditPane. | |
titleLabel |
|
Represents the title label of the TaskBoardTaskEditPane. |