Table of Contents

Class MonacoEditorComponent

Namespace: Casewhere.Models.FormBuilder.Components
Assembly: Casewhere.Models.dll

public class MonacoEditorComponent : FormDataComponent, INgModelOptions

Inheritance

objectFormComponentFormDataComponentMonacoEditorComponent

Implements

INgModelOptions

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<MonacoEditorComponent>(MonacoEditorComponent)

Constructors

MonacoEditorComponent()

public MonacoEditorComponent()

Properties

AutomaticLayout

public bool AutomaticLayout { get; set; }

Property Value

bool

ClientReadOnly

javascript true/false expression

public string ClientReadOnly { get; set; }

Property Value

string

Height

public int? Height { get; set; }

Property Value

int?

Language

public string Language { get; set; }

Property Value

string

ReadOnly

public ReadOnlyRule ReadOnly { get; set; }

Property Value

ReadOnlyRule

Theme

public string Theme { get; set; }

Property Value

string