Sanity Library Reference Docs
    Preparing search index...

    Interface PortableTextSpanAlpha

    interface PortableTextSpan {
        _key: string;
        _type: "span";
        marks?: string[];
        text: string;
    }
    Index

    Properties

    Properties

    _key: string
    _type: "span"
    marks?: string[]
    text: string