mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) updates from grist-core
This commit is contained in:
@@ -117,6 +117,8 @@ export interface DocumentOptions {
|
||||
description?: string|null;
|
||||
icon?: string|null;
|
||||
openMode?: OpenDocMode|null;
|
||||
externalId?: string|null; // A slot for storing an externally maintained id.
|
||||
// Not used in grist-core, but handy for Electron app.
|
||||
}
|
||||
|
||||
export interface DocumentProperties extends CommonProperties {
|
||||
|
||||
Reference in New Issue
Block a user