DangerousAction

Base for dangerous actions requiring confirmation

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Confirmation dialog message

Link copied to clipboard

Confirmation dialog title

Link copied to clipboard
open val id: String

Unique identifier for this action

Link copied to clipboard
open override val isDangerous: Boolean = true

Whether this is a dangerous/destructive action

Link copied to clipboard
open override val requiresConfirmation: Boolean = true

Whether this action requires confirmation