mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) configure typedoc for generating plugin api documentation
Summary: This annotates the plugin api sufficiently to generate some documentation for it. See https://github.com/gristlabs/grist-help/pull/139 Contains some small code tweaks for things that caused typedoc some trouble. Test Plan: manual inspection of output Reviewers: jarek Reviewed By: jarek Differential Revision: https://phab.getgrist.com/D3342
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
/**
|
||||
* Where to append the content that a plugin renders.
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
export type RenderTarget = "fullscreen" | number;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user