Interface AttributionNoticePageLayout

interface AttributionNoticePageLayout {
    getChildren?: (() => AttributionNoticePageLayout[]);
    parent: any;
}

Hierarchy

  • PageLayout
    • AttributionNoticePageLayout

Properties

Properties

getChildren?: (() => AttributionNoticePageLayout[])

Get the children of this page layout. Appended directly after this given page layout. If the children here also contain children, they MUST already be in the array, or else they will not be appended.

parent: any

The parent of this page.