interface IndexItemLink {
    blockMap?: null | number[];
    href: string;
    internal: null | string;
    position: null | PositionState;
}

Properties

blockMap?: null | number[]
href: string
internal: null | string
position: null | PositionState