Headings

A Heading element represents a text title in various levels (H1–H6) defined by {headingType}. It allows customization of text, color, style, spacing, and alignment, making it useful for structuring content hierarchically within a page.

Applin Heading Elements

Field Type Default Value Description
@Type String "H1..H6" H1, H2, H3, H4, H5, H6 Headings.
Name String {name} Name of the heading element.
Text String {text} The heading text content.
Text.Color Color {textColor} Color of the heading text.
Text.Style TextStyle {textStyle} Font style of the heading (bold, italic, etc.).
Margin Number 20 Outer spacing around the heading.
MarginLine Number 10 Vertical spacing between the heading and elements above/below it.
Center Boolean false Aligns the heading to the center if set to true.

🔗 Additional Resources

To learn how to build this same element using JSON coding, visit:
Develop the Headings with JSON