workflow.tablebundle.md
January 18, 2023 ยท View on GitHub
Home > @datashaper/workflow > TableBundle
TableBundle class
Signature:
export declare class TableBundle extends Resource implements TableEmitter
Extends: Resource
Implements: TableEmitter
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(data) | Constructs a new instance of the TableBundle class |
Properties
| 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[] |
Methods
| Method | Modifiers | Description |
|---|---|---|
| dispose() |