• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    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

    See: https://github.com/umbraco/rfcs/blob/907f3758cf59a7b6781296a60d57d537b3b60b8c/cms/0011-block-data-structure.md#strongly-typed

    Properties

    View Source

    Settings

    Gets the settings.

    Declaration
    TSettings Settings { get; }
    Property Value
    Type Description
    TSettings

    The settings.

    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Settings
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX