mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-01-02 22:32:27 +08:00
53 lines
869 B
Markdown
53 lines
869 B
Markdown
|
|
# flowchart
|
||
|
|
|
||
|
|
**Type:** mxgraph shapes
|
||
|
|
**Prefix:** `mxgraph.flowchart`
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
|
||
|
|
```xml
|
||
|
|
<mxCell value="label" style="shape=mxgraph.flowchart.{shape};fillColor=#d5e8d4;strokeColor=#82b366;" vertex="1" parent="1">
|
||
|
|
<mxGeometry x="0" y="0" width="60" height="60" as="geometry" />
|
||
|
|
</mxCell>
|
||
|
|
```
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
## Shapes (35)
|
||
|
|
|
||
|
|
- `annotation_1`
|
||
|
|
- `annotation_2`
|
||
|
|
- `card`
|
||
|
|
- `collate`
|
||
|
|
- `data`
|
||
|
|
- `database`
|
||
|
|
- `decision`
|
||
|
|
- `delay`
|
||
|
|
- `direct_data`
|
||
|
|
- `display`
|
||
|
|
- `document`
|
||
|
|
- `extract_or_measurement`
|
||
|
|
- `internal_storage`
|
||
|
|
- `loop_limit`
|
||
|
|
- `manual_input`
|
||
|
|
- `manual_operation`
|
||
|
|
- `merge_or_storage`
|
||
|
|
- `multi-document`
|
||
|
|
- `mxgraph.flowchart`
|
||
|
|
- `off-page_reference`
|
||
|
|
- `on-page_reference`
|
||
|
|
- `or`
|
||
|
|
- `paper_tape`
|
||
|
|
- `parallel_mode`
|
||
|
|
- `predefined_process`
|
||
|
|
- `preparation`
|
||
|
|
- `process`
|
||
|
|
- `sequential_data`
|
||
|
|
- `sort`
|
||
|
|
- `start_1`
|
||
|
|
- `start_2`
|
||
|
|
- `stored_data`
|
||
|
|
- `summing_function`
|
||
|
|
- `terminator`
|
||
|
|
- `transfer`
|