interface UmbModalConfig {
    backdropBackground?: string;
    element?: ElementLoaderProperty<UUIModalElement>;
    key?: string;
    size?: UUIModalSidebarSize;
    type?: UmbModalType;
}

Properties

backdropBackground?: string

Set the background property of the modal backdrop

element?: ElementLoaderProperty<UUIModalElement>

Used to provide a custom modal element to replace the default uui-modal-dialog or uui-modal-sidebar

key?: string
size?: UUIModalSidebarSize
MMNEPVFCICPMFPCPTTAAATR