# GroupsDataTableBuilder

## Extends

- `GroupsDataTableBuilder`

### build()

```ts
build(): any[][];
```

#### Returns

`any`[][]

A two-dimensional array containing all [[Groups]].

#### Inherited from

```ts
Bkper.GroupsDataTableBuilder.build
```

***

### ids()

```ts
ids(include): GroupsDataTableBuilder;
```

Defines whether include group ids.

#### Parameters

| Parameter | Type |
| :------ | :------ |
| `include` | `boolean` |

#### Returns

`GroupsDataTableBuilder`

This builder with respective include ids option, for chaining.

#### Inherited from

```ts
Bkper.GroupsDataTableBuilder.ids
```

***

### properties()

```ts
properties(include): GroupsDataTableBuilder;
```

Defines whether include custom group properties.

#### Parameters

| Parameter | Type |
| :------ | :------ |
| `include` | `boolean` |

#### Returns

`GroupsDataTableBuilder`

This builder with respective include properties option, for chaining.

#### Inherited from

```ts
Bkper.GroupsDataTableBuilder.properties
```
