{\rtf1\ansi\ansicpg1252\cocoartf1561\cocoasubrtf600 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} {\*\expandedcolortbl;;} \paperw11900\paperh16840\margl1440\margr1440\vieww10800\viewh8400\viewkind0 \pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural\partightenfactor0 \f0\fs24 \cf0 ## Properties List\ \ Properties can be added depending on the task type:\ \ #### For every tasks type\ \ ```json\ \'93readonly\'94:[true, false]\ ```\ \ Used to display information without letting the user changes its value.\ \ ```json\ \'93required\'94: [true, false]\ ```\ \ the \'93required\'94 property makes the task label appended with an asterisk (\\*) and requires this field to be filled for the task to be completed.\ \ #### For any user, group, usergroup, directory, document\ \ ```json\ \'93multivalued\'94: [true, false]\ ```\ \ If set to true, the user can choose more than one document, user or value.\ \ ```json\ \'93selectedTitle\'94: string\ ```\ \ Allows to define the selection screen title.\ \ ```json\ \'93type\'94: [suggest, suggestAll, select]\ ```\ \ - For a simple selection (without search capabilities) the \'93select\'94 type will make this component a selection switch.\ - suggest: Allows to search a user, group, etc.\ - suggestAll: Same as suggest but initially displays the whole set of entries.\ \ ```json\ \'93suggestionPlaceholder\'94: string\ ```\ \ Enable to customize the placeholder visible in the search bar\ \ #### For directory type\ \ ```json\ \'93directoryName\'94: string\ ```\ Define target directory}