API / geotoolkit / flowcharts / shapes / connectors / LinkVisual / LinkVisual
connectors.LinkVisual.LinkVisual
Type Aliases
Type Aliases
Ƭ ComponentOptions: Object
object containing component options
| Name | Type | Description |
|---|---|---|
category? | string | string instance representing component category |
defaultsize? | Dimension | size of the visual |
geometry? | Node | geometry node |
linkpoints? | Point[] | an array of linking points |
outline? | GraphicsPath | outline (path) for the Visual |
prototypeid? | string | string instance representing component class |
prototypename? | string | string instance representing component name |
searchkeywords? | string[] | an array of search keywords |
url? | string | url to an icon |
Ƭ EventMap: EventMap & { Connected: { linkSide: LinkSide ; modelPoint: Point ; visual: Component } ; Disconnected: { linkSide: LinkSide } }
Ƭ Options: Options & ComponentOptions & { defaulticonsize?: Dimension ; linkingmode?: LinkingMode ; linktype?: LinkType ; tubingwidth?: number }
object containing parameters