A directive that represents a row in a grid.
class GridRow { readonly grid: any; readonly element: any; readonly @Input() role: any; readonly @Input() rowIndex: any;}
any
The parent grid UI pattern.
The host native element.
The ARIA role for the row.
The index of this row within the grid.