AshReports.Layout.IR.Content.Field (ash_reports v0.1.0)

IR for dynamic field values.

Summary

Functions

Creates a new FieldIR.

Types

t()

@type t() :: %AshReports.Layout.IR.Content.Field{
  align: atom() | nil,
  decimal_places: non_neg_integer() | nil,
  format: atom() | nil,
  source: atom() | [atom()],
  style: AshReports.Layout.IR.Style.t() | nil
}

Functions

new(source, opts \\ [])

@spec new(atom() | [atom()], Keyword.t()) :: t()

Creates a new FieldIR.