Sanity Library Reference Docs
    Preparing search index...

    Interface PortableTextListBlockAlpha

    interface PortableTextListBlock {
        _key: string;
        _type: string;
        children: (PortableTextObject | PortableTextSpan)[];
        level: number;
        listItem: string;
        markDefs?: PortableTextObject[];
        style?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    _key: string
    _type: string
    level: number
    listItem: string
    markDefs?: PortableTextObject[]
    style?: string