ActionAttributeKey

class ActionAttributeKey<T>(description: String) : AttributeKey<T>

This type of key is used to represent an attribute that reflects an Action (such as click, long click, etc).

Constructors

Link copied to clipboard
constructor(description: String)

Properties

Link copied to clipboard