The tag names to set on the file the user has saved.
SDK
- macOS 10.9+
Framework
- App
Kit
Declaration
var tagNames: [String]? { get set }
Discussion
When the value of shows
is true
, use this property to provide an array of strings that represent the inital set of tag names to display in the panel. If you set the property to nil
or an empty array, no initial tag names are displayed in the panel. (Note that the Tags field is appropriate only in a Save panel.)