Skip to main content

PageBlockLocation

PageBlockLocation

Status: Developer Preview

The location of a page block in the dashboard. The location can be found by turning on "developer mode" in the dashboard user menu (bottom left corner) and then clicking the < /> icon when hovering over a page block.

Signature
type PageBlockLocation = {
pageId: string;
position: PageBlockPosition;
column: 'main' | 'side';
}

pageId

property
string

position

property
PageBlockPosition

column

property
'main' | 'side'