Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data BorderStyle = BorderStyle' {}
- newBorderStyle :: BorderStyle
- borderStyle_show :: Lens' BorderStyle (Maybe Bool)
Documentation
data BorderStyle Source #
The display options for tile borders for visuals.
See: newBorderStyle
smart constructor.
Instances
newBorderStyle :: BorderStyle Source #
Create a value of BorderStyle
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:show:BorderStyle'
, borderStyle_show
- The option to enable display of borders for visuals.
borderStyle_show :: Lens' BorderStyle (Maybe Bool) Source #
The option to enable display of borders for visuals.