Interface PageBlockPhoto

A photo. Subtype of PageBlock.

interface PageBlockPhoto {
    @type: "pageBlockPhoto";
    caption: PageBlockCaption;
    photo: Photo;
    url: string;
}

Properties

Properties

@type: "pageBlockPhoto"

Photo caption.

photo: Photo

Photo file; may be null.

url: string

URL that needs to be opened when the photo is clicked.