Skip to content

Commit

Permalink
docs: documentation for new connectionLineOptions prop
Browse files Browse the repository at this point in the history
  • Loading branch information
bcakmakoglu committed Jun 26, 2022
1 parent 1578d40 commit b2834b9
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docs/src/guide/vue-flow/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,17 @@ const edges = ref([

If set to `loose` all handles are treated as source handles (thus allowing for connections on target handles as well.)

### connection-line-type <Badge class="text-white" style="line-height: inherit" text="optional" vertical="top" />
### connection-line-options

- Type: [`ConnectionLineOptions`](/typedocs/interfaces/ConnectionLineOptions.html/)

- Details:

Options for the connection line.

The options include the connection line type, style and possible marker types (marker-end/marker-start).

### connection-line-type <Badge class="text-white" style="line-height: inherit" text="optional" vertical="top" /> <Badge type="warning" class="text-white" style="line-height: inherit" text="deprecated" vertical="top" />

- Type: [`ConnectionLineType`](/typedocs/enums/ConnectionLineType.html/)

Expand All @@ -317,7 +327,7 @@ const edges = ref([

When using a custom connection line this prop does nothing.

### connection-line-style <Badge class="text-white" style="line-height: inherit" text="optional" vertical="top" />
### connection-line-style <Badge class="text-white" style="line-height: inherit" text="optional" vertical="top" /> <Badge type="warning" class="text-white" style="line-height: inherit" text="deprecated" vertical="top" />

- Type: `CSSProperties` | `null`

Expand Down

0 comments on commit b2834b9

Please sign in to comment.