gristlabs_grist-core/app/plugin
Jarosław Sadziński db57815d2b (core) Improving custom widget API. Changing destroy function signature.
Summary:
Destroy function in TableOperations was throwing error when invoked with a single
record id instead of an array. Now it returns a void type.

Also changing mapColumns function signature as it doesn't require options for a default
behavior.

Test Plan: Updated tests.

Reviewers: alexmojaki

Reviewed By: alexmojaki

Differential Revision: https://phab.getgrist.com/D3404
2022-05-05 16:34:26 +02:00
..
CustomSectionAPI-ti.ts
CustomSectionAPI.ts
DocApiTypes-ti.ts (core) add grist.selectedTable.create/update/destroy/upsert to custom widget api 2022-03-15 11:11:58 -04:00
DocApiTypes.ts (core) add grist.selectedTable.create/update/destroy/upsert to custom widget api 2022-03-15 11:11:58 -04:00
FileParserAPI-ti.ts
FileParserAPI.ts
grist-plugin-api.ts (core) Improving custom widget API. Changing destroy function signature. 2022-05-05 16:34:26 +02:00
GristAPI-ti.ts (core) add grist.selectedTable.create/update/destroy/upsert to custom widget api 2022-03-15 11:11:58 -04:00
GristAPI.ts (core) configure typedoc for generating plugin api documentation 2022-04-04 18:11:33 -04:00
GristData-ti.ts (core) add grist.selectedTable.create/update/destroy/upsert to custom widget api 2022-03-15 11:11:58 -04:00
GristData.ts (core) add grist.selectedTable.create/update/destroy/upsert to custom widget api 2022-03-15 11:11:58 -04:00
GristTable-ti.ts
GristTable.ts
gutil.ts (core) add grist.selectedTable.create/update/destroy/upsert to custom widget api 2022-03-15 11:11:58 -04:00
ImportSourceAPI-ti.ts
ImportSourceAPI.ts
InternalImportSourceAPI-ti.ts
InternalImportSourceAPI.ts
objtypes.ts
PluginManifest-ti.ts
PluginManifest.ts
README.md (core) configure typedoc for generating plugin api documentation 2022-04-04 18:11:33 -04:00
RenderOptions-ti.ts
RenderOptions.ts (core) configure typedoc for generating plugin api documentation 2022-04-04 18:11:33 -04:00
StorageAPI-ti.ts
StorageAPI.ts
TableOperations.ts (core) Improving custom widget API. Changing destroy function signature. 2022-05-05 16:34:26 +02:00
TableOperationsImpl.ts (core) Improving custom widget API. Changing destroy function signature. 2022-05-05 16:34:26 +02:00
tsconfig.json
TypeCheckers.ts
WidgetAPI-ti.ts
WidgetAPI.ts

Methods here are available for use in Grist custom widgets.