Description of icon
Flex UI
API Reference

NoTasksCanvas

This component renders a canvas if no tasks are available. Can be themed with [theme.NoTasksCanvas]{@link NoTasksCanvas.NoTasksCanvasThemeProps}


Component children#

KeyComponentConditionAlignDescription
first-linestyled(div)Wrapper for the first line. Displays `NoTasksTitle` template
second-linestyled(div)Wrapper for the second line. Displays `NoTasks` template
hintstyled(div)Wrapper for availabity status of worker. Displays `NoTasksHintAvailable` template is worker is available or `NoTasksHintNotAvailable` template if not
avatarReact componentAvatar of the worker. Displays avatar from `worker.attributes.image_url` prop
namestyled(div)Worker name
availabilitystyled(Select)Availability menu. Displays a menu with the list of the different activities available. Uses material ui Select component

Static Properties#

NameDescriptionType
Content

Dynamic content store

DynamicContentStore.<NoTasksCanvas.NoTasksCanvasChildrenProps>

Need some help?