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
WorkspaceSystemSettingsSystemEntitieswith member variables.Declaration
Swift
public init( enabled: Bool? = nil )Parameters
enabledWhether the new system entities are enabled for the workspace.
Return Value
An initialized
WorkspaceSystemSettingsSystemEntities.
View on GitHub
WorkspaceSystemSettingsSystemEntities Structure Reference