Remedy.Schema.ComponentOption (Remedy v0.6.8) View Source

Component Options

Link to this section Summary

Link to this section Types

Specs

default() :: boolean()

Specs

description() :: String.t()

Specs

Specs

Specs

t() :: %Remedy.Schema.ComponentOption{
  default: default(),
  description: description(),
  emoji: emoji(),
  id: term(),
  label: label(),
  value: value()
}

Specs

value() :: String.t()

Link to this section Functions

Link to this function

changeset(model \\ %__MODULE__{}, params)

View Source