HeadingElement: FormElementBase & {
    headingType: number;
    type: "heading";
}

Type declaration

  • headingType: number

    Heading type will determine the size of the heading. The available heading types are the following (from largest to smallest):

    • 1 = Title
    • 2 = Large
    • 3 = Medium
    • 4 = Small
    • 5 = Normal
  • type: "heading"