Readonly
clientCreate a new Doc.
The ID of the channel where the Doc should be created.
The options for the Doc to be created.
A Promise that resolves with the Doc payload of the newly created Doc.
Fetch a Doc from a channel.
The ID of the channel where the Doc is located.
The ID of the Doc to fetch.
A Promise that resolves with the Doc payload of the fetched Doc.
Fetches multiple Docs from a channel.
The ID of the channel where the Docs are located.
A Promise that resolves with an array of Doc payloads.
Update a Doc.
The ID of the channel where the Doc is located.
The ID of the Doc to update.
The options for the Doc update.
A Promise that resolves with the Doc payload of the updated Doc.
Generated using TypeDoc
A manager class for Docs