Interface: LinkLabelProps
Props for LinkLabel component.
See
Properties
Property | Type | Description |
---|---|---|
|
| Additional content rendered with the label. This content is rendered in the SVG context. |
|
| Additional CSS class for the component. |
|
| Label text content. This content is nested in SVG |
|
| Vertical row shift for the label
(e.g. Default
|
| Owner link to display label over. | |
| Label position in paper coordinates. | |
|
| Whether the label should be considered as primary one for the link. Primary label bounds are available via RenderingState.getLinkLabelBounds. |
|
| Additional CSS class for the SVG rect used as underlying text background. |
|
| Additional CSS styles for the SVG rect used as underlying text background. |
|
| Label text alignment relative to its position. Default
|
|
| Additional CSS class for the SVG text used to display the label text. |
|
| Additional CSS styles for the SVG text used to display the label text. |
|
| Title for the label. |