Sanity Library Reference Docs
    Preparing search index...

    Interface CollaborationCommentPortableTextBlockAlpha

    A single Portable Text block, as used in comment messages and content snapshots.

    interface CollaborationCommentPortableTextBlock {
        _type: string;
        children: { _type: string; [key: string]: any }[];
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    _type: string
    children: { _type: string; [key: string]: any }[]