Groupable

interface Groupable(source)

Defines a type that can be grouped into an arbitrary String value.

It is up to the implementor to define the value and semantics of group. A null or empty string is treated as "no group".

Inheritors

Properties

Link copied to clipboard
abstract var group: String

The group identifier for this object.