Contents

configuration

A dictionary containing the current configuration details for the toolbar.

Declaration

var configuration: [String : Any] { get }

Discussion

Use this property to retrieve the toolbar’s configuration details so you can save them to disk yourself. The dictionary in this property contains the identifiers of the current toolbar items and the values of important properties such as displayMode and isVisible.

See Also

Autosaving the configuration