Interface IFrame

An NPF iframe object.

interface IFrame {
    height: number;
    url: string;
    width: number;
}

Properties

Properties

height: number

The height of the video iframe

url: string

A URL used for constructing and embeddable video iframe.

width: number

The width of the video iframe