SelectoComponents.Explorer.Config (selecto_components v0.4.8)

Host-facing configuration for the Explorer surface.

Link to this section Summary

Link to this section Types

@type t() :: %SelectoComponents.Explorer.Config{
  features: map(),
  id: String.t() | nil,
  presentation: map(),
  selecto: term(),
  theme: map(),
  title: String.t() | nil,
  views: list()
}

Link to this section Functions

Link to this function

new(attrs \\ %{})

@spec new(map()) :: t()