Skip to content

TablePlugin

Defined in: table/plugin.ts:25

  • unknown

optional inferTableSchema(resource, options?): Promise<any>

Defined in: table/plugin.ts:41

Resource

InferTableSchemaOptions

Promise<any>


optional loadTable(resource, options?): Promise<undefined | Table>

Defined in: table/plugin.ts:31

Resource

any

Promise<undefined | Table>


optional saveDataset(dataset, options): Promise<undefined | { path?: string; }>

Defined in: table/plugin.ts:26

Dataset

any

Promise<undefined | { path?: string; }>


optional saveTable(table, options): Promise<undefined | string>

Defined in: table/plugin.ts:36

Table

SaveTableOptions

Promise<undefined | string>