Interface ISubcaptionComponent
Configures which component to display as a subcaption in listing template.
public interface ISubcaptionComponent
- Extension Methods
Properties
ComponentName
The name of the component to display as a subcaption.
string ComponentName { get; }
Property Value
- string
Methods
GetClientProperties()
Function providing client properties for the subcaption loader.
Task<SubcaptionComponentClientProperties> GetClientProperties()