WorkspaceSystemSettingsSystemEntities
public struct WorkspaceSystemSettingsSystemEntities : Codable, Equatable
Workspace settings related to the behavior of system entities.
-
Whether the new system entities are enabled for the workspace.
Declaration
Swift
public var enabled: Bool?
-
Initialize a
WorkspaceSystemSettingsSystemEntities
with member variables.Declaration
Swift
public init( enabled: Bool? = nil )
Parameters
enabled
Whether the new system entities are enabled for the workspace.
Return Value
An initialized
WorkspaceSystemSettingsSystemEntities
.