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

IR for nested layout containers within cells.

Summary

Functions

Creates a new NestedLayoutIR.

Types

t()

@type t() :: %AshReports.Layout.IR.Content.NestedLayout{
  layout: AshReports.Layout.IR.t()
}

Functions

new(layout)

@spec new(AshReports.Layout.IR.t()) :: t()

Creates a new NestedLayoutIR.