workflow.datatable.md
February 2, 2023 ยท View on GitHub
Home > @datashaper/workflow > DataTable
DataTable class
Signature:
export declare class DataTable extends Resource implements TableEmitter
Extends: Resource
Implements: TableEmitter
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(datatable) | Constructs a new instance of the DataTable class |
Properties
| 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 |
Methods
| Method | Modifiers | Description |
|---|---|---|
| defaultName() | ||
| defaultTitle() | ||
| dispose() | ||
| loadSchema(schema, quiet) | ||
| toSchema() |