entviz — @entviz/core & @entviz/react API
    Preparing search index...

    Interface QuartileDescription

    interface QuartileDescription {
        cellIndex: number | null;
        orientation: "top-left" | "top-right" | "bottom-right" | "bottom-left";
        rank: number;
    }
    Index
    cellIndex: number | null

    The cell this quartile mark lands in, or null if that ftok is absent.

    orientation: "top-left" | "top-right" | "bottom-right" | "bottom-left"
    rank: number