Type Alias NxGroupTail

type NxGroupTail = {
    qDown?: number;
    qUp?: number;
}
Index

Properties

Properties

qDown?: number

Number of elements that are part of the next tail. This number depends on the paging, more particularly it depends on the values defined in qTop and qHeight Is not shown if the value is 0. This parameter is optional.

qUp?: number

Number of elements that are part of the previous tail. This number depends on the paging, more particularly it depends on the values defined in qTop and qHeight . Is not shown if the value is 0. This parameter is optional.