Scenic v0.7.0 Scenic.ViewPort.Config
Link to this section Summary
Link to this section Types
Link to this type
t()
t() :: %Scenic.ViewPort.Config{
default_scene: name :: atom() | {module :: atom(), any()},
default_scene_activation: any(),
drivers: list(),
max_depth: pos_integer(),
name: atom(),
on_close: :stop_viewport | :stop_system | function(),
size: Scenic.Math.point()
}
Link to this section Functions
Link to this function
valid!(config)
Link to this function
valid?(config)