Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Latest commit

 

History

History
39 lines (27 loc) · 1.61 KB

File metadata and controls

39 lines (27 loc) · 1.61 KB

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()