Module miniview::config[][src]

In order to display the miniview window, a configuration which defines how the view should be presented is required. This configuration may be constructed manually, or by using the ConfigBuilder which leverages the builder pattern.

Structs

Config

Configuration which can be provided to a miniview window controlling instance which enables different program behaviours

ConfigBuilder

Builder to conveniently create a miniview configuration