pub type LinkTargets = Option<Vec<String>>;
Expand description

Represents the 2 states of what a Link can target, either any (meaning any event) or a list of specific event names.