interface Bottom {
    $bottom: {
        output: any;
        sortBy: AnyObject;
    };
}

Properties

Properties

$bottom: {
    output: any;
    sortBy: AnyObject;
}

Returns the bottom element within a group according to the specified sort order.

Type declaration