We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description:
By providing a function such as doc.subscribe('status'), users can receive StatusChangedEvent events when the document status changes.
doc.subscribe('status')
StatusChangedEvent
Why:
This enhancement is necessary to enable users to efficiently track and respond to changes in document status.
The text was updated successfully, but these errors were encountered:
doc.subscribe('status', callback)
Successfully merging a pull request may close this issue.
Description:
By providing a function such as
doc.subscribe('status')
, users can receiveStatusChangedEvent
events when the document status changes.Why:
This enhancement is necessary to enable users to efficiently track and respond to changes in document status.
The text was updated successfully, but these errors were encountered: