Interface: LinkLabelProps
Defined in: diagram/linkLayer.tsx:419
Props for LinkLabel component.
See
Properties
Property | Type | Description |
---|---|---|
| Content for the label. This content is rendered in the normal HTML context, unlike the link itself. | |
| Additional CSS class for the component. | |
| 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 styles for the component. | |
| Label text alignment relative to its position. Default
| |
| Title for the label. |