HookSniffAPI.Model.EmbedConfig (hooksniff v1.0.0)

Configuration for embedded webhook dashboard

Summary

Types

t()

@type t() :: %HookSniffAPI.Model.EmbedConfig{
  allowed_origins: [String.t()],
  features: [String.t()] | nil,
  theme: HookSniffAPI.Model.EmbedConfigTheme.t() | nil
}

Functions

decode(value)