Table of Contents

Class DialogConfig

Namespace
adas_core.Domain.Models.MongoModels
Assembly
adas-core.Domain.dll

Represents configuration settings for a dialog, providing a centralized structure to manage dialog-related options and parameters.

public class DialogConfig
Inheritance
DialogConfig
Inherited Members
Extension Methods

Properties

IsDraggable

public bool? IsDraggable { get; set; }

Property Value

bool?

MedicalConfig

public MedicalConfig? MedicalConfig { get; set; }

Property Value

MedicalConfig