activity_select_decoration: Decoration callback for activity selection

View source: R/decorations.R

activity_select_decorationR Documentation

Decoration callback for activity selection

Description

Decoration callback for activity selection

Usage

activity_select_decoration(
  stroke_dasharray = "2",
  stroke_width = "2",
  stroke = "black"
)

Arguments

stroke_dasharray

Sets the 'stroke-dasharray' attribute for selected activities.

stroke_width

Sets the 'stroke-width' attribute for selected activities.

stroke

Sets the 'stroke' attribute for selected activities.

Value

A JavaScript callback function called when activity selection changes.

See Also

animate_process

Examples

# Create a decoration callback that increases the activity stroke width
activity_select_decoration(stroke_width = "5")


processanimateR documentation built on July 20, 2022, 5:06 p.m.