Named

interface Named

Interface for entities that have a name identifier.

This interface provides a standard way for objects to expose a human-readable name that can be used for identification, display, or referencing purposes.

Inheritors

Properties

Link copied to clipboard
abstract val name: String

The name of the entity.