@umbraco-cms/backoffice

    Interface UmbEmbeddedMediaModalValue

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

    Hierarchy (View Summary)

    Index

    Properties

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