interface ImageFrameUrlSource {
    type: ImageFrameSourceType;
    url: string;
}

Hierarchy (View Summary)

Properties

Properties

url: string