Interface LocationListRendererOptions

interface LocationListRendererOptions {
    host?: HTMLElement;
    model: FileDialogModel;
}

Properties

Properties

host?: HTMLElement