Interface PageBlockAnchor

An invisible anchor on a page, which can be used in a URL to open the page from the specified anchor. Subtype of PageBlock.

interface PageBlockAnchor {
    @type: "pageBlockAnchor";
    name: string;
}

Properties

Properties

@type: "pageBlockAnchor"
name: string

Name of the anchor.