Liking cljdoc? Tell your friends :D

boundary.reports.schema

Malli validation schemas for the reports module.

Malli validation schemas for the reports module.
raw docstring

ColumnDefclj

Column definition for table sections.

Column definition for table sections.
sourceraw docstring

explain-report-defclj

(explain-report-def report-def)

Returns human-readable validation errors for a report definition.

Returns human-readable validation errors for a report definition.
sourceraw docstring

ReportDefinitionclj

Top-level report definition. Either :template (fn [data] -> hiccup) or :sections (declarative) must be provided.

Top-level report definition.
Either :template (fn [data] -> hiccup) or :sections (declarative) must be provided.
sourceraw docstring

ReportOutputclj

Result of a report generation call.

Result of a report generation call.
sourceraw docstring

SectionDefclj

Section types for declarative reports.

Section types for declarative reports.
sourceraw docstring

valid-report-def?clj

(valid-report-def? report-def)

Returns true if the given map satisfies ReportDefinition schema.

Returns true if the given map satisfies ReportDefinition schema.
sourceraw docstring

valid-report-output?clj

(valid-report-output? output)

Returns true if the given map satisfies ReportOutput schema.

Returns true if the given map satisfies ReportOutput schema.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close