OptionalcanWhether to peek into the row.
OptionalcellKey for cell settings within the row.
OptionalcellSize of the cell.
OptionalclippingClipping rectangle for the row.
OptionalcontentOffset for content within the row.
OptionalcustomClass name of the custom view to use, if any.
OptionaldefaultThe default selected tab.
OptionalepgThe EPG start time in seconds.
OptionalfloatingThe width of the floating focus area for this row.
OptionalfocusFocus-specific styling options.
OptionalfocusThe focus strategy for the row.
OptionalheaderOptional header settings.
OptionalheightHeight of the row.
OptionalisWhether the row is focusable.
OptionalisWhether cells in this row have variable widths (each cell can have its own width). Only applies to HorizontalRow.
OptionalloadingKey for loading cell settings within the row.
OptionalnumNumber of columns in the row.
OptionalparentThe name of the parent section.
OptionalparentThe name of the parent tab group.
OptionalpeekThe height to peek into the row.
OptionalreadingOptional row override for the collection view's reading order.
OptionalrowType of the row.
OptionalscreenPosition on screen for focused row.
OptionalsectionWhether the row is a section header.
OptionalsectionThe name of the section.
OptionalselectDSL triggers that activate when this row/item is selected or focused.
OptionalshowWhether to show the focus footprint for the row.
OptionalshowWhether to apply selected styles to the row.
OptionalspacingSpace between items.
OptionalsupportsWhether this row supports dynamic width adjustments.
OptionaltabThe name of the tab group.
OptionaltabWhether the row is a tab group selector.
OptionaluseWhen true, each non-loading item in the row's items array may set its own cellSettingsKey, so cells within one
row can use different style keys from the pool. When false or omitted, the row-level ICollectionViewRowSettings.cellSettingsKey
applies to all non-loading cells.
OptionaluseWhen true, items in the row may provide focusSettings overrides used only for the item currently producing focus
info. When false or omitted, the row-level ICollectionViewRowSettings.focusSettings applies to every cell.
OptionalviewportThe width of the viewport for this row.
Interface for row settings in a collection view. Extends IStyleDictionary.