AccountsDataTableBuilder
Extends
AccountsDataTableBuilder
Methods
archived()
archived(include): AccountsDataTableBuilder;Defines whether the archived accounts should included.
Parameters
| Parameter | Type |
|---|---|
include | boolean |
Returns
AccountsDataTableBuilder
This builder, for chaining.
Inherited from
Bkper.AccountsDataTableBuilder.archivedbuild()
build(): any[][];Returns
any[][]
A two-dimensional array containing all [[Accounts]].
Inherited from
Bkper.AccountsDataTableBuilder.buildgroups()
groups(include): AccountsDataTableBuilder;Defines whether include account groups.
Parameters
| Parameter | Type |
|---|---|
include | boolean |
Returns
AccountsDataTableBuilder
This builder with respective include groups option, for chaining.
Inherited from
Bkper.AccountsDataTableBuilder.groupsids()
ids(include): AccountsDataTableBuilder;Defines whether include account ids.
Parameters
| Parameter | Type |
|---|---|
include | boolean |
Returns
AccountsDataTableBuilder
This builder with respective include ids option, for chaining.
Inherited from
Bkper.AccountsDataTableBuilder.idsproperties()
properties(include): AccountsDataTableBuilder;Defines whether include custom account properties.
Parameters
| Parameter | Type |
|---|---|
include | boolean |
Returns
AccountsDataTableBuilder
This builder with respective include properties option, for chaining.
Inherited from
Bkper.AccountsDataTableBuilder.properties