Search results

SymbolPaletteInfo API in JavaScript (ES5) Diagram API control

Defines the size and description of a symbol

Properties

description

SymbolDescription

Define the text to be displayed and how that is to be handled.

Defaults to null

fit

boolean

Defines whether the symbol has to be fit inside the size, that is defined by the symbol palette

Defaults to true

height

number

Defines the height of the symbol description

Defaults to undefined

template

DiagramElement

Define the template of the symbol that is to be drawn over the palette

Defaults to null

tooltip

string

Define the text to be displayed when mouse hover on the shape.

Defaults to

width

number

Defines the width of the symbol description

Defaults to undefined