Binding a keypmap to open custom tooltip

I’m new to CodeMirror 6 and I wonder is there any way to bind a keymap to open custom tooltip for CodeMirror 6?
If anyone could help will be helpful!

You’ll have to arrange for your tooltip extension to be enabled whenever you enable your keymap. A keymap itself can’t do anything except bind keys.