Docs page asset type

Available from: 2.0.0

Import


                                                        
                                                        
                                                            import { DocumentationLegacyPageAssetType } from "@supernovaio/sdk"
                                                        
                                                            

Cases

The following enumeration cases are available:

  • image: Represents a static image asset type.
  • figmaFrame: Represents a Figma frame asset type. Those assets automatically update whether Figma source frame changes.

Formal definition


                                                        
                                                        
                                                            enum DocumentationLegacyPageAssetType {
                                                          image = "image",
                                                          figmaFrame = "figmaFrame",
                                                        }