question about setup function #312
kangaroolab
started this conversation in
General
Replies: 1 comment
-
I guess we could break down setup so you can more easily build your own. Yes, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
for the setup function:
export async function setup(document: Document, target: HTMLElement, backend: Backend)
the first argument is Document type but seems we are passing window.document. is it the same?
is there anyway we can customize setup e.g. add new command/menu or even open new panel as default?
Beta Was this translation helpful? Give feedback.
All reactions