Gleanex.Client.IconConfig (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a IconConfig

Summary

Types

t()

@type t() :: %Gleanex.Client.IconConfig{
  backgroundColor: String.t() | nil,
  color: String.t() | nil,
  generatedBackgroundColorKey: String.t() | nil,
  iconType: String.t() | nil,
  key: String.t() | nil,
  masked: boolean() | nil,
  name: String.t() | nil,
  url: String.t() | nil
}