MishkaGervaz.Table.Verifiers.ValidateColumns
(MishkaGervaz v0.0.1-alpha.2)
Copy Markdown
View Source
Validates the columns section of MishkaGervaz DSL.
Ensures that:
- At least one column exists after all transformers have run
- Custom columns (not in resource attributes) have
static: true - Static columns with render have
requiresdefined
See MishkaGervaz.Table.Dsl.Columns,
MishkaGervaz.Table.Entities.Column,
MishkaGervaz.Table.Verifiers.Helpers, and sibling verifiers.