HookSniffAPI.Model.EmbedConfigTheme (hooksniff v1.0.0)

Visual customization for the embed

Summary

Types

t()

@type t() :: %HookSniffAPI.Model.EmbedConfigTheme{
  background_color: String.t() | nil,
  font_family: String.t() | nil,
  primary_color: String.t() | nil
}

Functions

decode(value)