Constructor: mediaAreaUrl
Represents a URL media area.
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| coordinates | MediaAreaCoordinates | Yes | The size and location of the media area corresponding to the URL button on top of the story media. |
| url | string | Yes | URL to open when clicked. |
Type: MediaArea
Example:
$mediaAreaUrl = ['_' => 'mediaAreaUrl', 'coordinates' => MediaAreaCoordinates, 'url' => 'string'];