Class PageSection

All Implemented Interfaces:
ElementAttributeMethods<HTMLElement, PageSection>, ElementClassListMethods<HTMLElement, PageSection>, ElementConsumerMethods<HTMLElement, PageSection>, ElementContainerDelegate<HTMLElement, PageSection>, ElementContainerMethods<HTMLElement, PageSection>, ElementEventMethods<HTMLElement, PageSection>, ElementIdMethods<HTMLElement, PageSection>, ElementQueryMethods<HTMLElement>, ElementTextMethods<HTMLElement, PageSection>, HTMLElementAttributeMethods<HTMLElement, PageSection>, HTMLElementDataMethods<HTMLElement, PageSection>, HTMLElementStyleMethods<HTMLElement, PageSection>, HTMLElementVisibilityMethods<HTMLElement, PageSection>, IsElement<HTMLElement>, TypedBuilder<HTMLElement, PageSection>, PageSectionLike<HTMLElement, PageSection>, Modifiers.Fill<HTMLElement, PageSection>, Modifiers.NoFill<HTMLElement, PageSection>, Modifiers.Secondary<HTMLElement, PageSection>

Container for a section in a PageGroup or PageMain component. Note: By default, the last/only section will grow to fill the available vertical space. You can change this behavior using Modifiers.Fill.fill() and Modifiers.NoFill.noFill().