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

Latest commit

 

History

History
46 lines (34 loc) · 2.07 KB

File metadata and controls

46 lines (34 loc) · 2.07 KB

Home > @datashaper/workflow > DataTable

DataTable class

Signature:

export declare class DataTable extends Resource implements TableEmitter 

Extends: Resource

Implements: TableEmitter

Constructors

Constructor Modifiers Description
(constructor)(datatable) Constructs a new instance of the DataTable class

Properties

Property Modifiers Type Description
$schema readonly string
data Blob | undefined
format DataFormat
format$ readonly Observable<DataFormat>
name string
output readonly Maybe<TableContainer>
output$ readonly Observable<Maybe<TableContainer>>
parser readonly ParserOptions
profile readonly (not declared)
shape readonly DataShape

Methods

Method Modifiers Description
defaultName()
defaultTitle()
dispose()
loadSchema(schema, quiet)
toSchema()