Optional
bodyThe current comment object. Contains details like body, state, and ID.
use body instead
use id instead
use ownerId instead
use state instead
Function to create a comment in an approved state (studio accepted).
Function to create a new comment (public state).
Function to create a comment in a rejected state (studio rejected).
Optional
createdFunction to delete the current comment.
Function to edit the body of the current comment.
Boolean indicating whether the comment data has been fetched successfully.
Function to hide the current comment by setting its state to "hidden".
Optional
iduse hideComment instead
Optional
ownerFunction to refresh the comment data by fetching it again from the API.
Optional
stateOptional
submissionGenerated using TypeDoc
Interface representing the return type of the UseComment hook.