Skip to content

Commit

Permalink
enhanced edgeLayoutFeature/edgePlacement docs (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbicker authored Jan 17, 2024
1 parent c32088b commit cbb4aed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hugo/content/docs/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@ Controls if an element is layoutable on an edge. The element must be an `SChildE
edgePlacement: {
position: number, // between 0 and 1, from the source (0) to the target (1)
side: 'bottom' | 'top' | 'left' | 'right' | 'on',
rotate: boolean
rotate: boolean,
offset: number,
moveMode: 'edge' | 'free' | 'none'
}
```

Expand Down

0 comments on commit cbb4aed

Please sign in to comment.