Interface TallyPayloadEmbedDTO

interface TallyPayloadEmbedDTO {
    columnListUuid?: string;
    columnRatio?: number;
    columnUuid?: string;
    display?: { url: string };
    height?: string;
    inputUrl?: string;
    isHidden?: boolean;
    provider?: string;
    title?: string;
    type?:
        | "rich"
        | "video"
        | "photo"
        | "link"
        | "pdf"
        | "gist"
        | "image/*"
        | "video/*"
        | "audio/*";
    width?: string;
}

Hierarchy (View Summary)

Properties

columnListUuid?: string
columnRatio?: number
columnUuid?: string
display?: { url: string }
height?: string
inputUrl?: string
isHidden?: boolean
provider?: string
title?: string
type?:
    | "rich"
    | "video"
    | "photo"
    | "link"
    | "pdf"
    | "gist"
    | "image/*"
    | "video/*"
    | "audio/*"
width?: string