Table of Contents

Interface IModalAction

Namespace
JJMasterData.Core.DataDictionary.Models.Actions
Assembly
JJMasterData.Core.dll
public interface IModalAction

Properties

ModalTitle

[JsonPropertyName("modalTitle")]
string ModalTitle { get; set; }

Property Value

string

ShowAsModal

[JsonPropertyName("showAsModal")]
bool ShowAsModal { get; set; }

Property Value

bool