This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
An existing post was opened for further comments.
function onPostOpened(handler: function): void;
handler(event: PostOpenedEnvelope): void | Promise<void>
import { posts } from "@wix/forum";
posts.onPostOpened((event) => {
// handle your event here
});