LayoutedRowAdapter
public protocol LayoutedRowAdapter
                LayoutedRowAdapter is a protocol that supports the RowAdapter protocol.
GRBD ships with a ready-made type that adopts this protocol: LayoutedColumnMapping.
- 
                  
                  
A LayoutedColumnMapping that defines how to map a column name to a column in a base row.
Declaration
Swift
var mapping: LayoutedColumnMapping - 
                  
                  
The layouted row adapters for each scope.
Declaration
Swift
var scopes: [String: LayoutedRowAdapter] 
View on GitHub
Install in Dash
        LayoutedRowAdapter Protocol Reference