parent
Home > @gooddata/sdk-ui-dashboard > ILayoutSectionPath > parent
ILayoutSectionPath.parent property
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.
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.
Signature:
parent?: ILayoutItemPath;