Docs heading type

Available from: 2.0.0

Import


                                                        
                                                        
                                                            import { DocumentationLegacyHeadingType } from "@supernovaio/sdk"
                                                        
                                                            

Cases

The following enumeration cases are available:

  • h1: Represents a level 1 heading.
  • h2: Represents a level 2 heading.
  • h3: Represents a level 3 heading.

Formal definition


                                                        
                                                        
                                                            enum DocumentationLegacyHeadingType {
                                                          h1 = 1,
                                                          h2 = 2,
                                                          h3 = 3,
                                                        }