Contents

options

The subscription options to merchandise within a section.

Declaration

var options: [SubscriptionStoreControlStyleConfiguration.Option]

Discussion

This property represents the main content of a section. The view your style creates needs to provide a control to subscribe to each option in the array.

Use the properties of each SubscriptionStoreControlStyleConfiguration.Option value to declare your control style, and use the subscribe() method in response to a subscribe interaction.