DayPilot.Bubble.showArrow

The showArrow property (boolean) determines whether the bubble arrow pointing to the target should be visible.

Available since version 2022.4.5476.

Default Value

true

Example

const bubble = new DayPilot.Bubble({
  showArrow: false
});