ActionKey
Referentially identified key for one typed component action.
A component and its matching modifier extension share one key instance. Keys intentionally use object identity so unrelated libraries may use equal display names without intercepting each other's actions. The key owns no callbacks or runtime resources and is safe to retain for the lifetime of an application.
Type Parameters
T
immutable action payload type.