Interface IHasSchema
- Namespace
- AbanoubNassem.Trinity.Components.Interfaces
- Assembly
- AbanoubNassem.Trinity.dll
Interface for components that have a schema property.
public interface IHasSchema
Properties
Schema
Gets or sets the schema for the component.
List<object>? Schema { get; set; }
Property Value
Remarks
The schema can be a list of objects of any ITrinityComponent.