ElementSelector

@Serializable
data class ElementSelector(val kind: ElementKind, val name: String)(source)

Identifies one animatable element by its kind and trace name (the name it emits under). Used in a CaptureSpec's include/exclude lists to select what enters the trace.

Constructors

Link copied to clipboard
constructor(kind: ElementKind, name: String)

Properties

Link copied to clipboard
Link copied to clipboard