Frame alignment

Positioning and scaling behavior of grid items in some of Supernova documentation blocks.

Available from: 2.0.0

Import


                                                        
                                                        
                                                            import {  } from "@supernovaio/sdk"
                                                        
                                                            

Cases

The following enumeration cases are available:

  • frameHeight: Aligns content to the frame's height.
  • center: Centers the content within the frame.

Formal definition


                                                        
                                                        
                                                            enum FrameAlignment {
                                                          frameHeight = "FrameHeight",
                                                          center = "Center",
                                                        }