Enum ProfileEditorFocusMode
Represents a mode of focus in the editor.
Namespace: Artemis.UI.Shared.Services.ProfileEditor
Assembly: Artemis.UI.Shared.dll
Syntax
public enum ProfileEditorFocusMode
  Fields
| Name | Description | 
|---|---|
| Folder | Focus the folder of the current element.  | 
      
| None | Disable focusing.  | 
      
| Selection | Focus the current element.  |