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

ConstructorModifiersDescription
(constructor)(data)Constructs a new instance of the TableBundle class

Properties

PropertyModifiersTypeDescription
$schemareadonlystring
inputreadonlyTableEmitter | undefined
namestring
outputreadonlyMaybe<TableContainer>
output$readonlyObservable<Maybe<TableContainer>>
profilereadonly(not declared)
sourcesResource[]

Methods

MethodModifiersDescription
dispose()