Enum TypeId
Namespace: EyeAuras.Blazor.Shared.GoldenLayout
Assembly: EyeAuras.Blazor.Shared.dll
Syntax
public enum TypeId
Fields
Name | Description |
---|---|
Empty | Finds a location if layout is empty. The found location will be the root ContentItem. |
FirstColumn | First Column in layout |
FirstRow | First Row in layout |
FirstRowOrColumn | First Row or Column found in layout (rows are searched first) |
FirstStack | First stack found in layout |
FocusedItem | Stack with focused Item. Index specifies offset from index of focused item (e.g., 1 is the position after focused item) |
FocusedStack | Stack with focused Item. Index specifies ContentItem's index |
Root | Finds root if layout is empty, otherwise a child under root |