MAIDR Documentation - v3.73.0
    Preparing search index...

    Per-layer DOM scope info used by the bind-time fixup passes.

    interface CellDomInfo {
        root: Element;
        scope: string;
    }
    Index

    Properties

    Properties

    root: Element

    The cell's item <g> — ancestor of exactly that cell's marks.

    scope: string

    Selector prefix that scopes a bare mark selector to this cell.