Home > @datashaper/workflow > DataTable
Signature:
export declare class DataTable extends Resource implements TableEmitter Extends: Resource
Implements: TableEmitter
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(datatable) | Constructs a new instance of the DataTable class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| $schema | readonly |
string | |
| data | Blob | undefined | ||
| format | DataFormat | ||
| format$ | readonly |
Observable<DataFormat> | |
| name | string | ||
| output | readonly |
Maybe<TableContainer> | |
| output$ | readonly |
Observable<Maybe<TableContainer>> | |
| parser | readonly |
ParserOptions | |
| profile | readonly |
(not declared) | |
| shape | readonly |
DataShape |
| Method | Modifiers | Description |
|---|---|---|
| defaultName() | ||
| defaultTitle() | ||
| dispose() | ||
| loadSchema(schema, quiet) | ||
| toSchema() |