AlignmentOptions
Electron APIs / recorder / AlignmentOptions
type AlignmentOptions =
| "TopLeft"
| "TopCenter"
| "TopRight"
| "CenterLeft"
| "Center"
| "CenterRight"
| "BottomLeft"
| "BottomCenter"
| "BottomRight";
Defines the alignment options specifying a position by using [Vertical][Horizontal] (e.g., 'TopLeft', 'Center', 'BottomRight'). Typically used for positioning UI elements, popovers, or text blocks.