Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

Latest commit

 

History

History

task-list

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Task List

This component displays a list of tasks.

Task List Example Picture (With Example Data)

Properties

Property Attribute Description Type Default
orangePriority orange-priority This number specifies the priority under which (inclusive) tasks will get a orange badge. number 15
redPriority red-priority This number specifies the priority under which (inclusive) tasks will get a red badge. number 5
selectedId selected-id The taskId of the currently selected task string undefined
tasks -- The list of tasks, that should be displayed. Note, that this component does not limit the length. Task[] undefined

Events

Event Description Type
selectTask This event gets emitted, when the user selects a task. It emits the taskId of the selected task. CustomEvent<string>

Built with StencilJS