• Get the block marker at the given index

    Type Parameters

    • T

    Parameters

    • doc: Doc<T>
    • path: Prop[]
    • index: string | number

    Returns null | {
        [key: string]: MaterializeValue;
    }

Generated using TypeDoc