table.table-1
@listenai/lisa_core / Exports / Table / table
Namespace: table
Table.table
#
Table of contents#
Interfaces#
Type aliases#
Variables#
Functions#
Type aliases#
ColumnsƬ Columns<T
>: Object
#
Type parametersName | Type |
---|---|
T | extends object |
#
Index signature▪ [key: string
]: Partial
<Column
<T
>>
#
Defined innode_modules/cli-ux/lib/styled/table.d.ts:24
#
Variables#
Flags• Const
Flags: Object
#
Type declarationName | Type |
---|---|
columns | F.IOptionFlag <string | undefined > |
csv | F.IFlag <boolean > |
extended | F.IFlag <boolean > |
filter | F.IOptionFlag <string | undefined > |
no-header | F.IFlag <boolean > |
no-truncate | F.IFlag <boolean > |
output | F.IOptionFlag <string | undefined > |
sort | F.IOptionFlag <string | undefined > |
#
Defined innode_modules/cli-ux/lib/styled/table.d.ts:4
#
Functions#
flags▸ flags(): IFlags
#
ReturnsIFlags
#
Defined innode_modules/cli-ux/lib/styled/table.d.ts:17
▸ flags<Z
>(opts
): ExcludeFlags
<IFlags
, Z
>
#
Type parametersName | Type |
---|---|
Z | extends "columns" | "sort" | "filter" | "csv" | "output" | "extended" | "no-truncate" | "no-header"````"columns" | "sort" | "filter" | "csv" | "output" | "extended" | "no-truncate" | "no-header" |
#
ParametersName | Type |
---|---|
opts | Object |
opts.except | Z | Z [] |
#
ReturnsExcludeFlags
<IFlags
, Z
>
#
Defined innode_modules/cli-ux/lib/styled/table.d.ts:18
▸ flags<K
>(opts
): IncludeFlags
<IFlags
, K
>
#
Type parametersName | Type |
---|---|
K | extends "columns" | "sort" | "filter" | "csv" | "output" | "extended" | "no-truncate" | "no-header"````"columns" | "sort" | "filter" | "csv" | "output" | "extended" | "no-truncate" | "no-header" |
#
ParametersName | Type |
---|---|
opts | Object |
opts.only | K | K [] |
#
ReturnsIncludeFlags
<IFlags
, K
>
#
Defined innode_modules/cli-ux/lib/styled/table.d.ts:21