DropletInstallState
Which of this droplet's pieces the user currently has switched on.
struct DropletInstallState
Initializers
init(isEnabled:activeWidgetIDs:)
init(isEnabled: Bool, activeWidgetIDs: Set<ShelfWidgetID> = [])
Properties
activeWidgetIDs
let activeWidgetIDs: Set<ShelfWidgetID>
The widget ids the user has placed on a shelf layout.
isEnabled
let isEnabled: Bool
Whether the droplet is enabled at all.