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

IR for static text labels.

Summary

Functions

Creates a new LabelIR.

Types

t()

@type t() :: %AshReports.Layout.IR.Content.Label{
  style: AshReports.Layout.IR.Style.t() | nil,
  text: String.t()
}

Functions

new(text, opts \\ [])

@spec new(String.t(), Keyword.t()) :: t()

Creates a new LabelIR.