Type alias IDatalayerNotebookExtensionProps

IDatalayerNotebookExtensionProps: {
    commands: CommandRegistry;
    notebookId: string;
}

Type declaration

  • commands: CommandRegistry
  • notebookId: string