How do we use yjs v13 events

Hey Yjs team,

We have multiple y-quill instances on a page. We would like to disconnect, connect and destroy one or all the connectors…

We found the following events but not exactly sure what params need to be specified for us to properly use.

provider.connect()
provider.diconnect()
provider.destroy()

You found the correct methods. They don’t accept any parameters.