Skip to content

Commit b01f062

Browse files
authored
Add table with task type settings. (#8729)
This PR adds the user settings table from the task type creation page to the docs, so the libs can refer to it. - [x] Updated [documentation](../blob/master/docs) if applicable
1 parent f907b53 commit b01f062

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

docs/tasks_projects/tasks.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,39 @@ First, a _Task Type_ needs to be created:
1010
2. Fill out the form to create the Task Type:
1111
- Note that the `Description` field supports Markdown formatting.
1212
- If you don't have a sophisticated team structure, select the [default Team](../users/organizations.md).
13+
- Take a look at the additional settings to configure the new _Task Type_:
14+
15+
??? settings
16+
| Display Name | Key | Default Value | Comment |
17+
|--------------------------------------------|----------------------------|------------------------|-----------------------------------------|
18+
| Clipping Distance | `clippingDistance` | 80 | orthogonal mode |
19+
| Move Value (nm/s) | `moveValue` | 500 | orthogonal mode |
20+
| Show Scalebars | `displayScalebars` | false | |
21+
| Single-node-tree mode (Soma clicking) | `newNodeNewTree` | false | |
22+
| Auto-center Nodes | `centerNewNode` | true | |
23+
| Plane Display Mode in 3D View | `tdViewDisplayPlanes` | WIREFRAME | NONE or WIREFRAME or DATA |
24+
| Display Dataset Borders in 3D View | `tdViewDisplayDatasetBorders`| true | |
25+
| Display Layer Borders in 3D View | `tdViewDisplayLayerBorders` | false | |
26+
| d/f-Switching | `dynamicSpaceDirection` | true | |
27+
| Highlight Commented Nodes | `highlightCommentedNodes` | false | |
28+
| Override Node Radius | `overrideNodeRadius` | true | |
29+
| Particle Size | `particleSize` | 5 | |
30+
| Keyboard delay (ms) | `keyboardDelay` | 0 | |
31+
| Show Crosshairs | `displayCrosshair` | true | |
32+
| Classic Controls | `useLegacyBindings` | false | |
33+
| 4 Bit | `fourBit` | false | |
34+
| Interpolation | `interpolation` | true | |
35+
| Segmentation Opacity | `segmentationOpacity` | 0 | |
36+
| Pattern Opacity | `segmentationPatternOpacity` | 40 | |
37+
| Zoom | `zoom` | 0.8 | |
38+
| Render Missing Data Black | `renderMissingDataBlack` | false | |
39+
| Loading Strategy | `loadingStrategy` | BEST_QUALITY_FIRST | BEST_QUALITY_FIRST or PROGRESSIVE_QUALITY|
40+
| Clipping Distance | `clippingDistanceArbitrary` | 60 | flight/oblique mode |
41+
| Move Value (nm/s) | `moveValue3d` | 600 | flight/oblique mode |
42+
| Mouse Rotation | `mouseRotateValue` | 0.001 | |
43+
| Keyboard Rotation | `rotateValue` | 0.01 | |
44+
| Sphere Radius | `sphericalCapRadius` | 500 | |
45+
| Brush Size | `brushSize` | 50 | |
1346

1447
![Create a Task Type](../images/tasks_tasktype.jpeg)
1548

0 commit comments

Comments
 (0)