Action

class Action

A Luscii action. Actions are equal to other Actions by their id only.

Types

Link copied to clipboard
sealed interface LaunchableStatus

The status of whether this action is launchable.

Properties

Link copied to clipboard
Link copied to clipboard
val icon: URL?

A link to an icon SVG file.

Link copied to clipboard
val id: UUID
Link copied to clipboard

Name of the action, provided in the system's language, or English as a fallback.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard

Returns the current status of whether this action is launchable right now (using system time).

Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard

Returns true if this action is launchable right now (using system time).