Class EditableChrome
- Namespace
- Sitecore.AspNetCore.SDK.LayoutService.Client.Response.Model
- Assembly
- Sitecore.AspNetCore.SDK.LayoutService.Client.dll
Represents chrome information for a Sitecore layout service response.
public class EditableChrome : IPlaceholderFeature
- Inheritance
-
EditableChrome
- Implements
- Inherited Members
Properties
Attributes
Gets the attributes for the chrome.
public Dictionary<string, string> Attributes { get; init; }
Property Value
Content
Gets or sets the content of the chrome.
[DataMember(Name = "contents")]
[JsonPropertyName("contents")]
public string Content { get; set; }
Property Value
Name
Gets or sets the name of the chrome.
[DataMember]
public string Name { get; set; }
Property Value
Type
Gets or sets the type of the chrome.
public string Type { get; set; }