You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe this is just my lack of understand with the notebook API, but all of the other methods in INotebookRendererApi seem to have clear instructions on what they're used for (onWillDestroyCell and onDidCreateCell are good examples). But for setState and getState I'm a bit unsure of how i'm suppose to use this. It seems as if once I set this in the entry point for the renderer the state is persisted, so this makes it a bit ambiguous on its use. Maybe if there was a good example for this.
The text was updated successfully, but these errors were encountered:
Testing #99001
Maybe this is just my lack of understand with the notebook API, but all of the other methods in
INotebookRendererApi
seem to have clear instructions on what they're used for (onWillDestroyCell
andonDidCreateCell
are good examples). But forsetState
andgetState
I'm a bit unsure of how i'm suppose to use this. It seems as if once I set this in the entry point for the renderer the state is persisted, so this makes it a bit ambiguous on its use. Maybe if there was a good example for this.The text was updated successfully, but these errors were encountered: