Interface IEditableField
- Namespace
- Sitecore.AspNetCore.SDK.LayoutService.Client.Response.Model
- Assembly
- Sitecore.AspNetCore.SDK.LayoutService.Client.dll
Exposes HTML markup values for an editable IField.
public interface IEditableField : IField
Properties
ClosingChrome
Gets or sets the EditableChrome used to render the closing chrome for this field.
EditableChrome? ClosingChrome { get; set; }
Property Value
EditableMarkup
Gets or sets the HTML markup for this IField when editing.
string EditableMarkup { get; set; }
Property Value
OpeningChrome
Gets or sets the EditableChrome used to render the opening chrome for this field.
EditableChrome? OpeningChrome { get; set; }