ILayoutSectionPath
Home > @gooddata/sdk-ui-dashboard > ILayoutSectionPath
ILayoutSectionPath interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Coordinates of a section in a nested layout.
Signature:
export interface ILayoutSectionPath
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
parent? | ILayoutItemPath | (ALPHA) (Optional) The path to the parent item that contains this section. Undefined when section is in the root layout, otherwise leads to the layout widget in which the section is nested. | |
sectionIndex | number | (ALPHA) Zero based index. |