Contents

isHidden

A Boolean value that determines whether the domain is visible to users.

Declaration

var isHidden: Bool { get set }

Discussion

The system stores the files on disk, but it doesn’t display them to the user. For example, you could set this value to false when performing a dry run of a migration.

See Also

Accessing data