Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ArrowTypePanel

Arrow type selection panel.

Hierarchy

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • Creates an ArrowTypePanel.

    Parameters

    • title: string

      panel title.

    • Optional currentType: ArrowType

      currently set arrow type.

    • Optional icon: string

      panel button icon (SVG image markup).

    • Optional id: string

      panel ID.

    Returns ArrowTypePanel

Properties

Protected Optional _id

_id: string

icon

icon: string

Panel button icon as an SVG markup.

Optional onArrowTypeChanged

onArrowTypeChanged: ArrowTypeChangeHandler

Event handler for the arrow type change event.

title

title: string

Panel name/title.

uiStyleSettings

uiStyleSettings: IStyleSettings

UI style settings for colors, etc.

Accessors

id

  • get id(): string | undefined

Methods

getUi

  • getUi(): HTMLDivElement

Generated using TypeDoc