Last updated

API / geotoolkit / flowcharts / shapes / connectors / LinkVisual / LinkVisual

Namespace: LinkVisual

connectors.LinkVisual.LinkVisual

Table of contents

Type Aliases

Contents

Type Aliases

ComponentOptions

Ƭ ComponentOptions: Object

object containing component options

Type declaration

NameTypeDescription
category?stringstring instance representing component category
defaultsize?Dimensionsize of the visual
geometry?Nodegeometry node
linkpoints?Point[]an array of linking points
outline?GraphicsPathoutline (path) for the Visual
prototypeid?stringstring instance representing component class
prototypename?stringstring instance representing component name
searchkeywords?string[]an array of search keywords
url?stringurl to an icon

EventMap

Ƭ EventMap: EventMap & { Connected: { linkSide: LinkSide ; modelPoint: Point ; visual: Component } ; Disconnected: { linkSide: LinkSide } }


Options

Ƭ Options: Options & ComponentOptions & { defaulticonsize?: Dimension ; linkingmode?: LinkingMode ; linktype?: LinkType ; tubingwidth?: number }

object containing parameters