Interface IBlockReference<TSettings>
Represents a data item reference with settings for a Block editor implementation.
Namespace: Umbraco.Cms.Core.Models.Blocks
Assembly: Umbraco.Core.dll
Syntax
public interface IBlockReference<TSettings> : IBlockReference
Type Parameters
Name | Description |
---|---|
TSettings | The type of the settings. |
Remarks
Properties
View SourceSettings
Gets the settings.
Declaration
TSettings Settings { get; }
Property Value
Type | Description |
---|---|
TSettings | The settings. |