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 |
Synopsis
- data DefaultInteractiveLayoutConfiguration = DefaultInteractiveLayoutConfiguration' {}
- newDefaultInteractiveLayoutConfiguration :: DefaultInteractiveLayoutConfiguration
- defaultInteractiveLayoutConfiguration_freeForm :: Lens' DefaultInteractiveLayoutConfiguration (Maybe DefaultFreeFormLayoutConfiguration)
- defaultInteractiveLayoutConfiguration_grid :: Lens' DefaultInteractiveLayoutConfiguration (Maybe DefaultGridLayoutConfiguration)
Documentation
data DefaultInteractiveLayoutConfiguration Source #
The options that determine the default settings for interactive layout configuration.
See: newDefaultInteractiveLayoutConfiguration
smart constructor.
DefaultInteractiveLayoutConfiguration' | |
|
Instances
newDefaultInteractiveLayoutConfiguration :: DefaultInteractiveLayoutConfiguration Source #
Create a value of DefaultInteractiveLayoutConfiguration
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:freeForm:DefaultInteractiveLayoutConfiguration'
, defaultInteractiveLayoutConfiguration_freeForm
- The options that determine the default settings of a free-form layout
configuration.
$sel:grid:DefaultInteractiveLayoutConfiguration'
, defaultInteractiveLayoutConfiguration_grid
- The options that determine the default settings for a grid layout
configuration.
defaultInteractiveLayoutConfiguration_freeForm :: Lens' DefaultInteractiveLayoutConfiguration (Maybe DefaultFreeFormLayoutConfiguration) Source #
The options that determine the default settings of a free-form layout configuration.
defaultInteractiveLayoutConfiguration_grid :: Lens' DefaultInteractiveLayoutConfiguration (Maybe DefaultGridLayoutConfiguration) Source #
The options that determine the default settings for a grid layout configuration.