TablePlugin
Defined in: table/plugin.ts:25
Extends
Section titled “Extends”unknown
Methods
Section titled “Methods”inferTableSchema()?
Section titled “inferTableSchema()?”
optionalinferTableSchema(resource,options?):Promise<any>
Defined in: table/plugin.ts:41
Parameters
Section titled “Parameters”resource
Section titled “resource”Resource
options?
Section titled “options?”Returns
Section titled “Returns”Promise<any>
loadTable()?
Section titled “loadTable()?”
optionalloadTable(resource,options?):Promise<undefined|Table>
Defined in: table/plugin.ts:31
Parameters
Section titled “Parameters”resource
Section titled “resource”Resource
options?
Section titled “options?”any
Returns
Section titled “Returns”Promise<undefined | Table>
saveDataset()?
Section titled “saveDataset()?”
optionalsaveDataset(dataset,options):Promise<undefined| {path?:string; }>
Defined in: table/plugin.ts:26
Parameters
Section titled “Parameters”dataset
Section titled “dataset”Dataset
options
Section titled “options”any
Returns
Section titled “Returns”Promise<undefined | { path?: string; }>
saveTable()?
Section titled “saveTable()?”
optionalsaveTable(table,options):Promise<undefined|string>
Defined in: table/plugin.ts:36
Parameters
Section titled “Parameters”options
Section titled “options”Returns
Section titled “Returns”Promise<undefined | string>