THEOplayer > NonLinearAd
Inherits from Ad . See parent page for inherited properties and methods.
Represents a non-linear ad in the VAST specification.
Signature:
export interface NonLinearAd extends Ad
Property |
Type |
Description |
---|---|---|
|
The alternative description for the ad. |
|
|
The website of the ad. |
|
|
The HTML-string with the content of the ad. |
The alternative description for the ad.
Signature:
altText: string | undefined;
- Available when the Ad.readyState is 'ready'
.
The website of the ad.
Signature:
clickThrough: string | undefined;
- Available when the Ad.readyState is 'ready'
.
The HTML-string with the content of the ad.
Signature:
contentHTML: string | undefined;
- Available when the Ad.readyState is 'ready'
.