Event

Represents an event with a specific name or identifier.

This class serves as a structure to encapsulate information about a specific occurrence or action. The name of the event can be used to differentiate between various events in a system and can be used for event handling or triggering specific processes.

Properties

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int
Link copied to clipboard

The string representation of the type.