related_action


Description:

public Action related_action { get; set; }

The action that this activatable will activate and receive updates from for various states and possibly appearance.

Note:

Activatable implementors need to handle the this property and call do_set_related_action when it changes.