Table of Contents

Interface IHasDecorators<T>

Namespace
ToSic.Eav.Data
Assembly
ToSic.Eav.Core.dll

This marks objects which carry additional decorator information

[InternalApi_DoNotUse_MayChangeWithoutNotice("Marks objects which have decorator information")]
public interface IHasDecorators<T>

Type Parameters

T

Properties

Decorators

List<IDecorator<T>> Decorators { get; }

Property Value

List<IDecorator<T>>