interface UmbEmbeddedMediaModalValue {
    constrain?: boolean;
    height?: number;
    markup: string;
    url: string;
    width?: number;
}

Hierarchy (view full)

Properties

constrain?: boolean
height?: number
markup: string
url: string
width?: number
""