DropletLauncherIcon
How a launcher draws an item's icon.
enum DropletLauncherIcon
Cases
DropletLauncherIcon.symbol(_:)
case symbol(String)
An SF Symbol, drawn in the launcher's own symbol style.
DropletLauncherIcon.file(_:)
case file(URL)
The Finder icon of a file, folder or app.
DropletLauncherIcon.image(_:)
case image(Data)
Image data (PNG), for a droplet's own icon or a thumbnail.