activityHash property

  1. @JsonKey(name: 'activityHash')
int? activityHash
getter/setter pair

The activity that will be activated if the user clicks on this node. Controls all activity-related information displayed on the node if it is active (the text shown in the tooltip etc)

Implementation

@JsonKey(name:'activityHash')
int? activityHash;