Skip to content

Links

Links define arrows going from one activity to another.

export type ActivityLink = {
fromActivityId: string;
toActivityId: string;
};

Link colour and width can be defined in the style section.