SettingsSearchEntry
One entry the host's settings search can surface for a droplet.
struct SettingsSearchEntry
Initializers
init(title:keywords:anchorID:)
init(title: String, keywords: [String] = [], anchorID: String? = nil)
Creates a search entry.
Properties
anchorID
let anchorID: String?
Optional anchor the pane can scroll to when opened from search.
keywords
let keywords: [String]
Extra match keywords beyond the title words.
title
let title: String
User-visible title, sentence case.