Type alias DynamicRow

DynamicRow: DynamicObject & {
    _row: number;
}

Generated using TypeDoc