DropletLauncherAction

Something that can be done with an item.

struct DropletLauncherAction

Initializers

init(id:title:systemImage:isDestructive:)

init(id: String, title: String, systemImage: String? = nil, isDestructive: Bool = false)

Properties

id

let id: String

isDestructive

let isDestructive: Bool

systemImage

let systemImage: String?

title

let title: String