THEOplayer > AdSource
Describes the source of the ad.
Signature:
export interface AdSource
Property |
Type |
Description |
---|---|---|
|
The URL of the ad resource. |
|
type (optional) |
The type of ad resource. |
The URL of the ad resource.
Signature:
src: string;
The type of ad resource.
Signature:
type?: AdSourceType;