foundation-layout.foundationlayoutregion
Home > @genesislcap/foundation-layout > FoundationLayoutRegion
FoundationLayoutRegion class
FoundationLayoutRegion
is a custom element that represents a region in the layout.
Signature:
export declare class FoundationLayoutRegion extends FoundationElement implements LayoutComponent
Extends: FoundationElement
Implements: LayoutComponent
Remarks
This element is used to create a region in the layout. It can be used to create a horizontal or vertical split, or a tabbed region.
This is a simple component which is only used to define the layout splits; any JavaScript API interactions or custom styling is used via FoundationLayout.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
size | string | optional string describing the size of the new item (see the written documentation for more info) | |
type | LayoutRegionType | Defines the type of the region. Defaults to horizontal . |