Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
data FieldPosition Source #
Describes the field position.
See: newFieldPosition
smart constructor.
Instances
newFieldPosition :: FieldPosition Source #
Create a value of FieldPosition
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:below:FieldPosition'
, fieldPosition_below
- The field position is below the field specified by the string.
$sel:fixed:FieldPosition'
, fieldPosition_fixed
- The field position is fixed and doesn't change in relation to other
fields.
$sel:rightOf:FieldPosition'
, fieldPosition_rightOf
- The field position is to the right of the field specified by the string.
fieldPosition_below :: Lens' FieldPosition (Maybe Text) Source #
The field position is below the field specified by the string.
fieldPosition_fixed :: Lens' FieldPosition (Maybe FixedPosition) Source #
The field position is fixed and doesn't change in relation to other fields.
fieldPosition_rightOf :: Lens' FieldPosition (Maybe Text) Source #
The field position is to the right of the field specified by the string.