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

ConstructorModifiersDescription
(constructor)(datatable)Constructs a new instance of the DataTable class

Properties

PropertyModifiersTypeDescription
$schemareadonlystring
dataBlob | undefined
formatDataFormat
format$readonlyObservable<DataFormat>
namestring
outputreadonlyMaybe<TableContainer>
output$readonlyObservable<Maybe<TableContainer>>
parserreadonlyParserOptions
profilereadonly(not declared)
shapereadonlyDataShape

Methods

MethodModifiersDescription
defaultName()
defaultTitle()
dispose()
loadSchema(schema, quiet)
toSchema()