RSX Code Reference
    Preparing search index...

    Interface PolyverseAssetLibraryComment

    The PolyverseAssetLibraryComment structure represents a comment for an asset in the Polyverse Asset Library.

    interface PolyverseAssetLibraryComment {
        Author: PolyverseAssetLibraryUserInfo;
        CreationDate: string;
        ID: string;
        Message: string;
        ReplyCommentID?: string;
        ReplyCount: number;
    }
    Index
    CreationDate: string
    ID: string
    Message: string
    ReplyCommentID?: string
    ReplyCount: number