Home > @datashaper/workflow > TableBundle
Signature:
export declare class TableBundle extends Resource implements TableEmitter Extends: Resource
Implements: TableEmitter
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(data) | Constructs a new instance of the TableBundle class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| $schema | readonly |
string | |
| input | readonly |
TableEmitter | undefined | |
| name | string | ||
| output | readonly |
Maybe<TableContainer> | |
| output$ | readonly |
Observable<Maybe<TableContainer>> | |
| profile | readonly |
(not declared) | |
| sources | Resource[] |
| Method | Modifiers | Description |
|---|---|---|
| dispose() |