ShortcutsProviding
A droplet whose own shortcuts Droppy lists on its Shortcuts page, in a section with the droplet's name and icon.
@MainActor protocol ShortcutsProviding : AnyObject
Read each time the page builds, so an entry added or removed in the droplet (a new quicklink, say) shows the next time the page is opened. Needs DroppyKit 1.16.0: declare minAPI 1.16.0.
Properties
shortcutEntries
@MainActor var shortcutEntries: [DropletShortcutEntry] { get }
Every shortcut the droplet can hold, in the order the page lists them.