interface UmbModalConfig {
    backdropBackground?: string;
    key?: string;
    size?: UUIModalSidebarSize;
    type?: UmbModalType;
}

Properties

backdropBackground?: string

Set the background property of the modal backdrop

key?: string
size?: UUIModalSidebarSize
""