[]
Gets or sets the settings for the editor, controlling its appearance and behavior.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public EditorSettings Editor { get; set; }
Type | Description |
---|---|
EditorSettings | An instance of EditorSettings representing the editor settings. |