Table of Contents

Interface IVmDialogView

Namespace
Dmnk.Blazor.Dialogs.Api
Assembly
Dmnk.Blazor.Dialogs.dll

Defines a view for a dialog without a specific ViewModel. This is used for dialogs that don't need a ViewModel, or where the ViewModel is created internally by the view.

public interface IVmDialogView

Properties

Dialog

A reference to the dialog, which can be used to close or dismiss it.

VmDialogReference Dialog { get; set; }

Property Value

VmDialogReference

Params

Core parameters that apply to all dialogs.

VmDialogParameters Params { get; set; }

Property Value

VmDialogParameters