Link Search Menu Expand Document

Constructor: mediaAreaUrl

Back to constructors index

Represents a URL media area.

Attributes:

NameTypeRequiredDescription
coordinatesMediaAreaCoordinatesYesThe size and location of the media area corresponding to the URL button on top of the story media.
urlstringYesURL to open when clicked.

Type: MediaArea

Example:

$mediaAreaUrl = ['_' => 'mediaAreaUrl', 'coordinates' => MediaAreaCoordinates, 'url' => 'string'];